"RadiateMenu"
 Parameter Descriptions:

"initialtitle" = The text description for the menu heading.
"frameimage" = Optional transparent .gif image used as overlay
 for the menu. Usually shaped as a grid. If not required, set
 value to:   value=" ">
"step" = The rate at which the glowing occurs.
"textalign" = The alignment of the menu descriptions as text.
"fontsize" = The size of the chosen font in points. This parameter
 affects only the menu descriptions.
"headfontsize" = The size of the font used in the menu heading.
"infofontsize" = The size of the font used to display the scrolling "info" text.
 This is the text that appears when the mouse cursor is over any of the
"i" squares.
"font" = The font family or type. Acceptable types: Courier,TimesRoman,
 Helvetica,Dialog,Arial.
"bold" "italic" = I shouldn't have to explain either of these.
"background" = Main menu background color as a hex value.
"hbordercolor" = The color of the border around the menu heading. Set
 this value to that of the background color if you want the border to be transparent.
"ibordercolor" = The color of the border that surrounds the small "i" squares.
"bordercolor" = The color of the border around the menu descriptions. This will
 appear as a grid.
"isquarecolor" = The fill color of the small "i" squares.
"itextcolor" = The color of the font used for the letter "i" in each isquare.
"textcolor" = The color of the font used for all the menu descriptions and
 the scrolling info text.
"lightupcolor" = The color of the "glowing" that appears around the menu 
 descriptions when the mouse cursor is over the menu.
"selectcolor" = The color that appears when any of the menu descriptions is
 clicked on.
"delay" = The overall speed with which the menu reacts to mouse events.
"iterations" = Effects the glowing around the menu title. Recommended values
 range from 15 - 25. The "headfontsize" parameter will have some bearing on
 your choice of "iterations" value.
"target" = The target frame to load the linked pages. Values can include:
 "_blank" "_self" "_parent" "_top" "_new" or any named frame.
"menuitem" = The menu text descriptions. Notice the format: menuitem0
 then 1, 2, 3, 4 etc. If you use say six (6) menu items, then you must also
 list 6 "url" and 6 "info". Even if you don't want to set a value for every
 url or info, the items must still be listed and numbered in the correct
 order. To set a value to null (nothing - no value), use this format:
 value=" ">
"url" = These can be either absolute, ie: in the form; http://www.myhost.com/index.htm
 or relative, ie: in the form; index.htm  ../index.htm
******************************************************************************

<applet CODE="radiatemenu.class" WIDTH="180" HEIGHT="270">
  <param name="initialtitle" value="My Menu">
  <param name="frameimage" value="frame.gif">
  <param name="step" value="3">
  <param name="textalign" value="center">
  <param name="fontsize" value="18">
  <param name="headfontsize" value="40">
  <param name="infofontsize" value="18">
  <param name="font" value="TimesRoman">
  <param name="italic" value="no">
  <param name="bold" value="yes">
  <param name="background" value="000000">
  <param name="hbordercolor" value="FF0000">
  <param name="bordercolor" value="ACFFAC">
  <param name="ibordercolor" value="000000">
  <param name="isquarecolor" value="0000FF">
  <param name="itextcolor" value="FFFF00">
  <param name="textcolor" value="FF0000">
  <param name="lightupcolor" value="FFFF00">
  <param name="selectcolor" value="C1E16">
  <param name="delay" value="40">
  <param name="iterations" value="20">
  <param name="target" value="_blank">
  <param name="menuitem0" value="Image Library">
  <param name="menuitem1" value="Java applets">
  <param name="menuitem2" value="CGI Scripts">
  <param name="menuitem3" value="HTML Tags">
  <param name="menuitem4" value="Java Scripts">
  <param name="menuitem5" value="Tips & Tricks">
  <param name="url0" value="page1.htm">
  <param name="url1" value="page2.htm">
  <param name="url2" value="page3.htm">
  <param name="url3" value="page4.htm">
  <param name="url4" value="page5.htm">
  <param name="url5" value="page6.htm">
  <param name="info0" value="A great selection of backgrounds-buttons-icons and animated gifs.">
  <param name="info1" value="A unique collection, sourced from all over the Web.">
  <param name="info2" value="Add functionality and feedback to your Web Site.">
  <param name="info3" value="The basics and beyond.">
  <param name="info4" value="Useful and clever effects with Java script.">
  <param name="info5" value="A pot pouri of information, gleaned from visitors and personal experience.">
</applet>
**********************************************************************************************************