// JavaScript Document
if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("  Company Introduction", "../Chuanhang/intro.html");
		menu2.addItem("  Social Responbility", "../Chuanhang/responbility.html");
		menu2.addItem("  Company Culture", "../Chuanhang/culture.html");
		menu2.addItem("  Company Honor", "../Chuanhang/Honor.html");

		
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("  Customer Service", "../Service/customer.html");
		menu3.addItem("  QC Service", "../Service/qc.html");
		menu3.addItem("  Laboratory Equipment", "../Service/lab.html");
		

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		
		menu4.addItem("  Injection Plastics", "../Product/Injection.html");
		menu4.addItem("  Foam Plastics", "../Product/Foam.html");
		menu4.addItem("  Precision Mold", "../Product/Mold.html");
		menu4.addItem("  Metal Stamping", "../Product/Stamping.html");
		
        var menu5 = ms.addMenu(document.getElementById("menu5"));
		
		menu5.addItem("  Injection Molding Machine", "../Machine/Machine01.html");
		menu5.addItem("  Foam  Forming Machine", "../Machine/Machine02.html");
		menu5.addItem("  Precision Molding Machine", "../Machine/Machine03.html");
		menu5.addItem("  Metal Stamping Machine", "../Machine/Machine04.html");
		
		mtDropDown.renderAll();
	}

