--------------------QuickMenu  version 1.0 setup--------------------

In this demo version you can't associate internet adresses to the menu.


--------------------The rules

- You must have, for each level, a maximum number of 9 items and
  and minimum number of 2 items.




--------------------THE CONFIGURATION PARAMETERS OF THE APPLET

  A sample of an HTML file that use QuickMenu applet is included in this 
zip (index.html).


*  <param name="bgcolor" value="ffffff">
   The value of bgcolor is an hexadecimal number that allows you
   to chose the background color of the applet (in this example
   the color is white).

*  <param name="text_color_on" value="C0C0C0">
   The value of text_color_on  is an hexadecimal number that allows you
   to chose the text color of the item when the mouse is on it (in this example
   the color is gray). 

*  <param name="text_color_off" value="C0C0C0">
   The value of text_color_off  is an hexadecimal number that allows you
   to chose the text color of the item when the mouse is not on it (in this example
   the color is gray). 

*  <param name="frame" value="_parent"> 
   The value of frame can be "_self" if you want to show the new page  in the 
   current frame,"_parent" to show in the parent frame,"_top" to show in the 
   top-most frame,"_blank" to show in a new unnamed top-level window.
   The value can be also the name of the frame you want the page to be 
   displaid in.
 
*  <param name="font_size" value="10">
   The value of font_size is the size of text.

*  <param name="font" value="Courier">
   The value of font is name of the font of text ("Arial","Courier",...)
 
*  <param name="file_name" value="stats.txt">
   The value of file_name is the name your data file (by default data will be
   search in a stats.txt file). 

* <param name="item_width" value="100">
  The value of item_with is the width you want for the item. You must 
  put a bigger number value if you want the different levels of menu to be more
  spaced out. You must change it also if you change the size font.
  (default value 100)

* <param name="item_height" value="20">
  The value of item_height is the height you want for the item.(default value 20) 


* <param name="menus" value="...">
  Look in the index.html file of this zip to see how to fill this field. You must give
  a coherent value to this parameter if you want the applet to work. For exemple, if
  the level I of the menu has 3 item; you must have 3 instances of the Level II of the menu.
  Every instances must be separated by the character "|".
  
  number of the menu;text of the first item of menu;URL assiated  to this item;text of the second item;....

