Menu Format Specifications:

Base format:
	choice_index:line_number:Discription:information

	The ':' is used as a seperator.  For example: H:0:Main Menu Header:main.

choice_index

H	Header, for display at the top of a menu.  This is usally item number 0.
		This will look for header files in the bbs.screen directory.

	H:0:Discription:File_to_display
	H:0:Main Menu:main

B	Blank Menu, Header contains the menu.  This option has only been tested 
		as option number 0.

	B:0:Discription:File_to_display
	B:0:Main Menu:main

P	Program, for executing a program.  Any number.

	P:Line_Number:Discription:File_to_run
	P:2:Run Shell:/bin/sh

I	Inquiry, for asking the user question.  Answers to questions are used as
		arguments for the file to be executed.

	I:Line_Number:Discription:File_to_Execute:Question_to_ask.
	I:1:Send Mail:mail :To whom?

D	Display, for displaying files to the stdout.  This is displaied after item
		is selected.

	D:Line_Number:Discription:File_to_display
	D:3:Show Current motd:/etc/motd

M	Menu, for moving to the next window.  These are used to move between menu
		files.  All menus are located in the directory bbs.menu with the extention
		of menu.

	M:Line_Number:Description:Menu_File
	M:6:Goto Main Menu:main

S	Send, for sending mail to a predefined user or object.

	S:Line_Number:Description:mail_arguemnt username
	S:8:Send Feedback to SysAdmin:-s "EXAMPLE_MESSAGE" hitman

G	groff off a formated text with a more pipe.

	G:Line_Number:Description:file_to_groff
	G:21:Rules and Regs:/regs_rules

X	Exit the menuing system.

	X:Line_Number:Description:null:null
	X:1:Logout:null:null

Updates:
4-11-93: Ansi color cannot be put into menus data file due to the fact that
the awk editor is translating the text from an echo.  This makes the text 
colored then transfered.  This will not work.

4-11-93: Added the groff function for the menus.

26-11-93: Added the Jump shell.

25-05-94: All five columns must be full.

31-05-94: Removed Jump Shell

31-05-94: Added Exit function.
