// Milonic DHTML Menu
// please note that major changes to this file have been made.
//
// You no longer need to number your menus as in previous versions. 
// The new menu structure allows you to name the menu instead. This means that you to remove menus and not break the system.
// The structure should also be much easier to modify, add & remove menus and menu items.
// 
// If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.
//
// Please note that the above text CAN be erased if you wish.


//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files

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. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


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

hlp=[						// Menu Properties Array
"000000",					// Off Font Color
"#BDBEC0",					// Off Back Color
"FFFFFF",					// On Font Color
"#35556B",					// On Back Color
"000000",					// Border Color
"7pt",					    // Font Size
"normal",					// Font Style
"normal",					// Font Weight
"Verdana, Geneva, Arial, helvetica, sans-serif;",	// Font
1,							// Padding
"images/bg_link2.gif"			// Sub Menu Image
,1							// 3D Border & Separator
,"FFFFFF"					// 3D High Color
,"FFFFFF"					// 3D Low Color
]
addmenu(menu=["pro",
78,221,110,1,"",hlp,,,"Fade(duration=0.2)",,,,,,,,,,,, 
,"Products","Products.asp",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Inquiry","Inquiry.asp",,,1
])

addmenu(menu=["sup",
78,329,110,1,"",hlp,,,"Fade(duration=0.3)",,,,,,,,,,,, 
,"Member login","clogin_form.asp",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

])
	
addmenu(menu=["ser",
78,438,110,1,"",hlp,,,"Fade(duration=0.4)",,,,,,,,,,,, 
,"Warranty","warranty.asp",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Member login","clogin_form.asp",,,1
])
dumpmenus();