
	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);
		// menu : 1
		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("&nbsp;Profile", "about.asp");
		menu1.addItem("&nbsp;Certification", "qyrz.asp");
		menu1.addItem("&nbsp;Style", "qyfm.asp");


		// menu : 2
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("&nbsp;Update news", "news.asp");
		menu2.addItem("&nbsp;Company news", "news2.asp");

		// menu : 3
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("&nbsp;High Static Pressure Ducted Air-conditioner ", " ../en/product_list_e.asp?pclass=0208");
		menu3.addItem("&nbsp;Air Handle & Condensing Unit ", "../en/product_list_e.asp?pclass=0206");
		menu3.addItem("&nbsp;Air source heat pump", "../en/product_list_e.asp?pclass=020101");
		menu3.addItem("&nbsp;Swimming Pool Heater", "../en/product_list_2_e.asp?pclass=0202");
		menu3.addItem("&nbsp;Modularized Air Cooled Chiller(Waterpower Module)", "../en/product_list_3_e.asp?pclass=0205");
		menu3.addItem("&nbsp;Integrated Water Source/Ground Source Heat Pump Unit", "../en/product_list_3_e.asp?pclass=0207");
		menu3.addItem("&nbsp;Split Heat Reclaim Unit", "../en/product_list_3_e.asp?pclass=0204");
		menu3.addItem("&nbsp;Thermoelectic C&W", "../en/product_list_3_e.asp?pclass=0203");
		          
		// menu : 7
		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("&nbsp;Service objective", "service.asp");
		menu7.addItem("&nbsp;Sales network", "xswd.asp");

		
		// menu : 8
		var menu8 = ms.addMenu(document.getElementById("menu8"));
		menu8.addItem("&nbsp;Human resource", "rczy.asp");
		menu8.addItem("&nbsp;Human strategy", "rczl.asp");
		menu8.addItem("&nbsp;Recruitment", "job.asp");
		
		mtDropDown.renderAll();
	}

