************Navigate Buttons***********
	      Version 1.1

These programs were made by me. Any comments can be sent to
homersimpson191@sbcglobal.net
This program is made so you can use it in your programs.
You may use this program freely, but give credits to ti-genius
This is in BASIC and has been tested, so it should be very safe, but I'm not responsible
for any damages that come from using this program.

************HOW TO USE*************
There are to programs in here, Navigate and NavBIG

NavBIG outputs the text to the 8th row on the homescreen.
It doesn't clear the whole screen, but you must keep the 8th row clear.

Navigate outputs text on the graphing screen.
AxesOff is recommended.
Also, don't put text on the bottom row, because it'll be erased.
----------------------------------------------------------------
Both programs operate the same.
After displaying the options, they wait for a function key to be pressed.
(Function keys are Y= WINDOW ZOOM TRACE and GRAPH), with numbers 1 - 5, respectively.
Once a function is pressed, the program stores the function key
(1-5) to A, and exits.
The codes are:
1: Y=
2: WINDOW
3: ZOOM
4: TRACE
5: GRAPH
***You may modify the text displayed to fit your needs***
To run this program in your program, just put the code prgmNAVBIG or prgmNAVIGATE.
For more info, see example. Also, if you are going to use this program with DIFFERENT menus, you can RCL it into your prgm.
***************NOTES**************
I know this program isn't very complex, but it saves a lot of time when creating programs,
and is very useful for beginners and advanced programmers alike.

***************VERSION DIFFERENCES/IMPROVEMENTS*******************
V 1.0	- First Release of Programs. 	The GUI default for the menu was
	Next	Prev	Back	Main	Exit
V 1.1	- Second release of programs.	The GUI default CHANGED!!! The new default is:
	Next	Prev	Help	Main	Exit
(Help is instead of Back)
Also, the drawing code was changed in Navigate, from point drawing to pixel drawing.
This means that you can use Navigate with any Zoom. ZStandard is no longer required for proper operation.
The example was slightly modified to incorporate the Help button instead of Back.
In addition to all that, there is an updated Readme :)