// The following line is critical for menu operation, and must appear only once.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

effect = "Fade(duration=0.2);Alpha(style=0,opacity=80);Shadow(color='#777777', Direction=135, Strength=5)"

timegap=500					// The time delay for menus to remain visible
followspeed=5					// Follow Scrolling speed
followrate=40					// Follow Scrolling Rate
suboffset_top=10;					// Sub menu offset Top position 
suboffset_left=10;					// Sub menu offset Left position


plain_style=[					// Menu Properties Array
"navy",						// Off Font Color
"ccccff",						// Off Back Color
"FFEBCD",					// On Font Color
"4B0082",					// On Back Color
"000000",						// Border Color
12,						// Font Size
"normal",						// Font Style
"bold",						// Font Weight
"Verdana, Tahoma, Arial, Helvetica",			// Font
4,						// Padding
"images/arrow.gif"					// Sub Menu Image
,						// 3D Border & Separator
,"66ccff"						// 3D High Color
,"000099"						// 3D Low Color
]

dumpmenus()