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("1 ", "http://www.improusa.com/en/office/demo/duomeiti/mult-1.html");
	//menu1.addItem("2 ", "http://www.improusa.com/en/office/demo/duomeiti/mult-1.html");
	//menu1.addItem("3", "http://www.improusa.com/en/office/demo/duomeiti/mult-1.html");
			

	//menu:2
	var menu2 = ms.addMenu(document.getElementById("menu2"));
	menu2.addItem("Company Overview", "http://www.improusa.com/en/aboutus/index.asp");
	menu2.addItem("Company Highlights", "http://www.improusa.com/en/aboutus/index2.asp");
	menu2.addItem("Core Value Statement", "http://www.improusa.com/en/aboutus/index4.asp");
	menu2.addItem("Quality Certifications", "http://www.improusa.com/en/aboutus/index3.asp");
	menu2.addItem("Worldwide Locations", "http://www.improusa.com/en/aboutus/index5.asp");
	menu2.addItem("A Winning Solution", "http://www.improusa.com/en/aboutus/index6.asp");

	//menu:3
	var menu3 = ms.addMenu(document.getElementById("menu3"));
	menu3.addItem("Engine Parts", "http://www.improusa.com/en/Quality/index.asp?idtree=.0.36.59.&PDTypeName=Engine Parts"); 
	menu3.addItem("Auto Parts", "http://www.improusa.com/en/Quality/index.asp?idtree=.0.36.58.&PDTypeName=Auto Parts");
	menu3.addItem("Marine Parts", "http://www.improusa.com/en/Quality/index.asp?idtree=.0.36.57.&PDTypeName=Marine Parts");
	menu3.addItem("Aerospace Parts", "http://www.improusa.com/en/Quality/index.asp?idtree=.0.36.56.&PDTypeName=Aerospace Parts");
	menu3.addItem("Others", "http://www.improusa.com/en/Quality/index.asp?idtree=.0.36.55.108.&PDTypeName=Investment Castings");
	var subMenu0 = menu3.addMenu(menu3.items[4]);
		subMenu0.addItem("Investment Castings", "http://www.improusa.com/en/Quality/index.asp?idtree=.0.36.55.108.&PDTypeName=Investment Castings");
		subMenu0.addItem("Precision Machining Parts", "http://www.improusa.com/en/Quality/index.asp?idtree=.0.36.55.109.&PDTypeName=Precision Machining Parts");
		subMenu0.addItem("Sand Castings", "http://www.improusa.com/en/Quality/index.asp?idtree=.0.36.55.110.&PDTypeName=Sand Castings");
	//menu3.addItem("Process-Investment Casting", "http://www.improusa.com/en/Quality/index.asp?idtree=.0.35.65.&PDTypeName=Investment Casting" );
	//menu3.addItem("Process-Precision Machining", "http://www.improusa.com/en/Quality/index.asp?idtree=.0.35.64.&PDTypeName=Precision Machining" );
	//menu3.addItem("Process-Resin Sand", "http://www.improusa.com/en/Quality/index.asp?idtree=.0.35.63.&PDTypeName=Resin Sand" );
	//menu3.addItem("Process-Shell Mold Casting", "http://www.improusa.com/en/Quality/index.asp?idtree=.0.35.62.&PDTypeName=Shell Mold Casting" );
	//menu3.addItem("Process-Heat Treatment", "http://www.improusa.com/en/Quality/index.asp?idtree=.0.35.61.&PDTypeName=Heat Treatment" );
	//menu3.addItem("Process-Surface Treatment", "http://www.improusa.com/en/Quality/index.asp?idtree=.0.35.60.&PDTypeName=Surface Treatment" );

	menu:4
	var menu4 = ms.addMenu(document.getElementById("menu4"));
	menu4.addItem("Facility 1", "http://www.improusa.com/en/Plant/index.asp?idtree=.0.34.99.");
	menu4.addItem("Facility 2", "http://www.improusa.com/en/Plant/index.asp?idtree=.0.34.100.");
	menu4.addItem("Facility 3", "http://www.improusa.com/en/Plant/index.asp?idtree=.0.34.101.");
	menu4.addItem("Facility 4", "http://www.improusa.com/en/Plant/index.asp?idtree=.0.34.102.");
	menu4.addItem("Facility 5", "http://www.improusa.com/en/Plant/index.asp?idtree=.0.34.103.");
	menu4.addItem("Facility 6", "http://www.improusa.com/en/Plant/index.asp?idtree=.0.34.104.");
		
		
	menu:5
	var menu5 = ms.addMenu(document.getElementById("menu5"));
	menu5.addItem("Bolingbrook, IL Office", "http://www.improusa.com/en/service/service.asp");
	menu5.addItem("Diamond Bar, CA Office", "http://www.improusa.com/en/service/service2.asp");
	menu:6
	var menu6 = ms.addMenu(document.getElementById("menu6"));
        menu:7
	var menu7 = ms.addMenu(document.getElementById("menu7"));

	menu:8
	var menu8 = ms.addMenu(document.getElementById("menu8"));
	menu8.addItem("Worldwide Headquarters", "http://www.improusa.com/en/Contactus/index1.asp");
	menu8.addItem("North American Service Centers", "http://www.improusa.com/en/Contactus/index2.asp");
	menu8.addItem("European Service Center",  "http://www.improusa.com/en/Contactus/index3.asp");
	menu8.addItem("Survey",  "http://www.improusa.com/en/Contactus/index4.asp");
	//menu8.addItem("Online Questions",  "http://www.improusa.com/en/Contactus/index5.asp");
	
	
	
	mtDropDown.renderAll();

}