NavigationApplet
consists of a series of navigation buttons that change their
color when pointed at by mouse. Applet was designed with lazy
people on mind and it takes a minimum effort to put it on
a page.
Parameters:
"color0","color1"
color of a button when not pointed at and pointed at by the mouse
pointer. Colors are triplets of comma separated whole r,g,b numbers,
each from interval [0,255]
"a0","a1", ......
triplets of comma separated data for each button consisting of
button label, absolute or partial (relative to document base) URL
of the document to fetch and the name of the target window. The
last part is optional, if not given the new document will be
displayed in the current window. The applet automatically forms
necessary quantity of buttons to accomodate all data.