// 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
"89CFC7",					// Off Back Color
"ffffff",					// On Font Color
"4FB7AB",					// On Back Color
"156B61",					// Border Color
"8pt",							// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"Verdana, Helvetica, Arial, sans-serif;",	// Font
7,							// Padding
"../images/HM_More_white_right.gif"			// Sub Menu Image
,1							// 3D Border & Separator
,"89CFC7"					// 3D High Color
,"156B61"					// 3D Low Color
]

addmenu(menu=["news",
162,252,97,1,"",hlp,,,"Fade(duration=0.4)",,,,,,,,,,,,
,"Product News","news_p.htm",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Event News","news_e.htm",,,1
])

	
addmenu(menu=["product",
162,323,220,1,"",hlp,,,"Fade(duration=0.4)",,,,,,,,,,,,
,"Memory IC","product_sdram.htm",,,1
,"Information Appliance for Soc/MCU","#",,,1
,"Wireless & Mobile Communication","#",,,1
,"Optical Components","#",,,1
])
	

addmenu(menu=["tec",
162,409,120,1,"",hlp,,,"Fade(duration=0.4)",,,,,,,,,,,,
,"FAQ","#",,,1
,"Application Note","#",,,1
,"Download","product_sdram.htm",,,1
])

dumpmenus();