// 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
"8C8C8C",					// Off Font Color
"CCCCCC",					// Off Back Color
"FFFFFF",					// On Font Color
"81ABD5",					// On Back Color
"CCCCCC",					// Border Color
"8pt",							// Font Size
"normal",					// Font Style
"bold",					// Font Weight
"Verdana, Helvetica, Arial, sans-serif;",	// Font
7,							// Padding
"images/bg_link2.gif"			// Sub Menu Image
,1							// 3D Border & Separator
,"CDF0FF"					// 3D High Color
,"96DFFF"					// 3D Low Color
]

addmenu(menu=["pro",
145,316,104,1,"",hlp,,,"Fade(duration=0.4)",,,,,,,,,,,, 
,"YOTTA Raid Series","product.asp",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"FiT Raid Series","product_fit.asp",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Storage Solution","product_media.asp",,,1
,"Legacy Product","product_thin.asp",,,1
])
dumpmenus();