	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);


		var menu1 = ms.addMenu(document.getElementById("menu1"));

		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("  Who We Are", "../about/intro.htm");
		menu2.addItem("  Company Organization", "../about/organization.htm");
                menu2.addItem("  Executive Speech", "../about/ceo.htm");
		menu2.addItem("  Where We Are", "../about/location.htm");
		menu2.addItem("  Value and Vision", "../about/vision.htm");
		menu2.addItem("  The Brand 'SECCO'", "../about/seccoCI.htm");
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("  Press Release", "../news/press.aspx");
		menu3.addItem("  Milestones", "../news/milestones.htm");


		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("  Products Info", "../commercial/products.htm");
		menu4.addItem("  Customer Service", "../commercial/service.htm");
		menu4.addItem("  CIS", "https://www.secco.com.cn/cis/");
				
		//var menu5 = ms.addMenu(document.getElementById("menu5"));
		//menu5.addItem("  IPMT", "../project/impt.htm");
		//menu5.addItem("  Project Management", "../project/management.htm");
		//menu5.addItem("  Manufactory Process", "../project/manufactory.htm");
		//menu5.addItem("  Project Keypoint", "../project/keypoint.htm");

		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("  Recruitment", "../career/hr.htm");
		menu5.addItem("  Training and Development", "../career/training.htm");
		menu5.addItem("  C&B", "../career/salary.htm");		
		menu5.addItem("  Employee Relationship", "../career/employee.htm");		
		
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("  HSSE", "../responsibility/HSSE.htm");
		menu6.addItem("  Social Responsilility", "../responsibility/responsibility.htm");


		mtDropDown.renderAll();
	}

