	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("  公司简介", "../about/intro.htm");
		menu2.addItem("  公司组织", "../about/organization.htm");
		menu2.addItem("  管理层致辞", "../about/ceo.htm");
		menu2.addItem("  地理位置", "../about/location.htm");
		menu2.addItem("  价值和愿景", "../about/vision.htm");
		menu2.addItem("  赛科品牌故事", "../about/seccoCI.htm");
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("  公司新闻&nbsp;&nbsp;&nbsp;&nbsp;", "../news/press.aspx");
		menu3.addItem("  里程碑", "../news/milestones.htm");


		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("  产品信息&nbsp;&nbsp;&nbsp;&nbsp;", "../commercial/products.htm");
		menu4.addItem("  客户服务", "../commercial/service.htm");
		menu4.addItem("  商务信息查询", "https://www.secco.com.cn/cis/");
				
		//var menu5 = ms.addMenu(document.getElementById("menu5"));
		//menu5.addItem("  一体化项目", "../project/impt.htm");
		//menu5.addItem("  项目管理", "../project/management.htm");
		//menu5.addItem("  工艺流程", "../project/manufactory.htm");
		//menu5.addItem("  项目节点", "../project/keypoint.htm");

		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("  人员招募", "http://www.secco.com.cn/SeccoHR/main.htm");
		menu5.addItem("  培训与发展", "../career/training.htm");
		menu5.addItem("  薪酬福利", "../career/salary.htm");		
		menu5.addItem("  员工关系", "../career/employee.htm");		
		
		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("  HSSE", "../responsibility/HSSE.htm");
		menu6.addItem("  社会责任", "../responsibility/responsibility.htm");



		mtDropDown.renderAll();
	}
