Hello, and thank you for downloading my program, "Conversions of a 
Teenage Calculator!" Before you start, there are a few things you need 
to know:
	1)	This is an open-source program and therefore it is able 
		to be edited by you, the user.
	2)	If you edit my program in any way, please contact me
		about it first! If you are unable to contact me, please
		give me at least partial credit for this.
	3)	If you have any other conversions other than the ones
		in this program, please email me at Dudemanfellabra@netscape.net
	4)	You must leave prgmCNVRTMAT unarchived at all times while this 
		program is on your calculator, or the prgmCNVRSION will not work
		properly.

Controls:
	[UP]	Moves the arrow on the screen up one position. If the arrow is
		already at the top of the screen, it loops to the bottom.
	[DOWN]	Moves the arrow on the screen down one postion. If the arrow is
		already at the bottom of the screen, it loops to the top.
	[Clear]	Only able to be used in the main menu. Exits out of the program and
		deletes all variables used.
	[ENTER]	Goes to the selection that the arrow is pointing to in a menu.

Notes:
	This was intended to be a test program on a routine to get labels off of a
	graphical menu very quickly. It stores the whole menu to a string along with
	numbers before and after each label, i.e:

		"1Grams2Milligrams3Centigrams4Decigrams5Decagrams6Hectograms7
		Kilograms8->Str1

	PrgmCNVRTMAT holds all of these strings and the lists used to find which 
	number to multiply each by.

	I'll stop talking so you can download my program. When you download it,
	please take a look at how it is programmed. I am trying to become a fast
	BASIC programmer to compete with ASM(actually, I'm learning both, but I want
	to be succesful at them, too).

Floyd Maseda
Dudemanfellabra@netscape.net
08\02\2004