#include "xman.h"

char *authorText =
"             xman Version A1.2\n\
\n\
Copyright (c) 1987 Barry Shein (BZS@BU-CS.BU.EDU)\n\
\n\
Right is hereby granted to distribute either modified \
or unmodified versions of this program in source form \
as long as this copyright notice is intact. May not \
be re-sold for profit without explicit arrangement \
with the author.";


char *helpText =
"In Table of Contents:\n\
     left mouse button:      display indicated page\n\
\n\
In a manual page:\n\
     left mouse button:      page forward\n\
     middle mouse button:  page backward\n\
     right mouse button:    return to Table of Contents\n\
\n\
In title bar:\n\
     any mouse button:     iconify\n\
\n\
In icon:\n\
     any mouse button:     de-iconify";


void
Author()
{
	Sx_Message( w, -1, 30, 0,	/* center in w, let Sx choose width */
		    authorText, bodynormal, FALSE, "Press to unpaste" );
	
}


void
Help()
{
	Sx_Message( w, -1, 30, 0,	/* center in w, let Sx choose width */
		    helpText, bodynormal, FALSE, "Press to unpaste" );

}