/*
timegap=100                   // The time delay for menus to remain visible
followspeed=10                // Follow Scrolling speed
followrate=50                 // Follow Scrolling Rate
suboffset_top=5               // Sub menu offset Top position
suboffset_left=5              // Sub menu offset Left position

var MenuImage = "# backimage="+ _rel + "images/BackgroundD.gif;overbackimage="+ _rel+ "images/BackgroundE.gif;"

ScrollingStyle=[              // ScrollingSampStyle is an array of properties. You can have as many property arrays as you need
"white",                       // Mouse Off Font Color
"navy",	                      // Mouse Off Background Color (use zero for transparent in Netscape 6)
"white",                      // Mouse On Font Color
"navy", 	                      // Mouse On Background Color
"navy",	 	              // Menu Border Color
"12",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"normal",                     // Font Weight (bold or normal)
"verdana,helvetica",	      // Font Name
4,                            // Menu Item Padding or spacing
_rel+"images/ArrowRightWhite.gif",      // Sub Menu Image (Leave this blank if not needed)
,                             // 3D Border & Separator bar
,                             // 3D High Color
,                             // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
,                             // Menu Header Font Color (Leave blank if headers are not needed)
,                             // Menu Header Background Color (Leave blank if headers are not needed)
,                             // Menu Item Separator Color
]

var FilterEffect = "Fade(duration=0.1);Shadow(color=777777,Direction=135,Strength=5)";

addmenu(menu=[
"ScrollingMenu",170,10,80,1,"",CurrentStyle,1,"left",FilterEffect,1,0,1,,,,,,,0,,,
"&nbsp;Home",_rel+"Index.htm"+MenuImage,,,1,
"&nbsp;Stats",_rel+"stats.htm"+MenuImage,,,1,
"&nbsp;Users",_rel+"support/Feedback.htm"+MenuImage,,,1,
"&nbsp;Admin",_rel+"company/Intro.htm"+MenuImage,,,1
])

*/

dumpmenus();