
	if (mtDropDown.isSupported()) {

				
		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("- 首页", "default.asp");
		mtDropDown.renderAll();
	}
	
	if (mtDropDown.isSupported()) {

				
		var ms = new mtDropDownSet(mtDropDown.direction.down, 1, 1, mtDropDown.reference.bottomLeft);

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("- 意露上海", "ylsh.asp");
		menu2.addItem("- 意露广州", "ylgz.asp"); 
		menu2.addItem("- 意露北京", "ylbj.asp");
		mtDropDown.renderAll();
	}
		
        if (mtDropDown.isSupported()) {
                var ms = new mtDropDownSet(mtDropDown.direction.down, 2, 2, mtDropDown.reference.bottomLeft);

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("- 服务内容", "services_content.asp"); 
		menu3.addItem("- 服务标准", "services_criterion.asp");
		menu3.addItem("- 解决方案", "services_project.asp");
                mtDropDown.renderAll();
	}
	
        if (mtDropDown.isSupported()) {	
                var ms = new mtDropDownSet(mtDropDown.direction.down, 3, 3, mtDropDown.reference.bottomLeft);

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("- 冷藏设备", "equipment.asp"); 
		menu4.addItem("- 运输车辆", "#");
		menu4.addItem("- 物流管理系统", "system.asp"); 
                mtDropDown.renderAll();
	}
	     
        if (mtDropDown.isSupported()) {
                var ms = new mtDropDownSet(mtDropDown.direction.down, 4, 4, mtDropDown.reference.bottomLeft);

		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("- 企业精神", "energy.asp");
		menu5.addItem("- 管理团队", "gm.asp"); 
		menu5.addItem("- 员工生活", "worker.asp"); 
				mtDropDown.renderAll();
	}
        if (mtDropDown.isSupported()) {
                var ms = new mtDropDownSet(mtDropDown.direction.down, 5, 5, mtDropDown.reference.bottomLeft);

		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("- 公司新闻", "company_news.asp");
		menu6.addItem("- 行业动态", "media_Links.asp"); 
		mtDropDown.renderAll();
	}if (mtDropDown.isSupported()) {
                var ms = new mtDropDownSet(mtDropDown.direction.down, 6, 6, mtDropDown.reference.bottomLeft);

		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("- 诚聘人才", "recruiting.asp");
		mtDropDown.renderAll();
	}if (mtDropDown.isSupported()) {
                var ms = new mtDropDownSet(mtDropDown.direction.down, 6, 6, mtDropDown.reference.bottomLeft);

		var menu8 = ms.addMenu(document.getElementById("menu8"));
		menu8.addItem("- 联系我们", "contact.asp");
		menu8.addItem("- 留言板", "message/message.asp");
		mtDropDown.renderAll();
	}
