This script is an expanding circular menu
system best used on an index page.
EXAMPLE
Click the red dots to expand
or collapse the tiers or click the yellow dots to perform the action. A menu's
submenu(s) must
be collapsed in order to collapse its parent.
1) Insert this style command with the script in the <HEAD> section of the page.
2) Insert the following
script anywhere in the <BODY> section of the page.
3) Define
the size of the dots and their colors, and the font style in this section of the STYLE
command:
To define the positioning of the menu in
the page, modify these
variables in this section of the script:
var menu = new menuObject("menu",pageWidth/2,pageHeight/1.5,"-- SimplytheBest.net
Sitemap",pageHeight/2);
The positioning will vary
depending on the size of the monitor since the method used is division of
the monitor size, i.e. pageWidth divided by 2, etc..
The author of the script has a page with examples on how to set actions. You can
view the page source to see how the actions are done.