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)}

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=500;
followspeed=5;
followrate=40;
suboffset_top=10;
suboffset_left=10;

PlainStyle=[			// PlainStyle is an array of properties. You can have as many property arrays as you need
"333300",				// Mouse Off Font Color
"ddddaa",				// Mouse Off Background Color (use zero for transparent in Netscape 6)
"ffffff",				// Mouse On Font Color
"666633",				// Mouse On Background Color
"ddddaa",				// 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
,						// Sub Menu Image (Leave this blank if not needed)
1,						// 3D Border & Separator bar
"999933",				// 3D High Color
"333300",				// 3D Low Color
"333333",				// Current Page Item Font Color (leave this blank to disable)
"eeeedd",				// Current Page Item Background Color (leave this blank to disable)
,						// Top Bar image (Leave this blank to disable)
"000000",				// Menu Header Font Color (Leave blank if headers are not needed)
"cccc99",				// Menu Header Background Color (Leave blank if headers are not needed)
,						// Menu Item Separator Color
];