	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;·PCB&nbsp;&nbsp;", "e-products.asp?typeid=117");
		menu2.addItem("&nbsp;·PCBA&nbsp;&nbsp", "e-products.asp?typeid=118");
		menu2.addItem("&nbsp;·SMT PCBA&nbsp;&nbsp;", "e-products.asp?typeid=123");
		menu2.addItem("&nbsp;·Consumer E-Product&nbsp;&nbsp", "e-products.asp?typeid=124");		


        var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("&nbsp;·Capability&nbsp;&nbsp;", "e-shebei.asp?typeid=115");
		menu3.addItem("&nbsp;·Service&nbsp;&nbsp", "e-shebei.asp?typeid=122");
		

		mtDropDown.renderAll();
	}
