	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);




		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("&nbsp;·ABOUT US&nbsp;&nbsp;", "Aboutus.asp?menuid=9");

		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("&nbsp;·SFP Module&nbsp;&nbsp;", "products.asp?typeid=41");
		menu3.addItem("&nbsp;·Media Converter&nbsp;&nbsp;&nbsp;", "products.asp?typeid=59");
		menu3.addItem("&nbsp;·Optical Video Transceiver&nbsp;&nbsp;", "products.asp?typeid=64");
		menu3.addItem("&nbsp;·Optic Accessories&nbsp;&nbsp;", "products.asp?typeid=93");
		menu3.addItem("&nbsp;·Networking&nbsp;&nbsp;", "products.asp?typeid=94");
				

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("&nbsp;·Factory Tour&nbsp;&nbsp", "Factory.asp?menuid=19");
					
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("&nbsp;·OEM/ODM&nbsp;&nbsp", "oeodm.asp?menuid=21");		
			
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("&nbsp;·Messages board&nbsp;&nbsp", "Messages.asp");
 
				   
   		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("&nbsp;·Contacts Us&nbsp;&nbsp", "contact.asp?menuid=24");

		
		

		mtDropDown.renderAll();
	}