	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		//var menu1 = ms.addMenu(document.getElementById("menu1"));
		//menu1.addItem("－ 企业简介  ","shownews.asp?id=4");		
		//menu1.addItem("－ 组织架构  ","shownews.asp?id=1"); // send no URL if nothing should happen onclick
		//menu1.addItem("－ 企业文化  ","shownews.asp?id=3"); // send no URL if nothing should happen onclick

		//var menu2 = ms.addMenu(document.getElementById("menu2"));
		//menu2.addItem("－ 公司简介  ","gsjj.asp?title=公司简介");		
		//menu2.addItem("－ 企业文化  ","gsjj.asp?title=企业文化"); // send no URL if nothing should happen onclick
		//menu2.addItem("－ 资质证书  ","gsjj.asp?title=资质证书"); // send no URL if nothing should happen onclick

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("－ 全自动血液细胞分析仪  ","Product.asp?title=GM-3800全自动血液细胞分析仪");		
		menu3.addItem("－ 4通道全自动洗板机  ","Product1.asp?title=4通道全自动洗板机");
	    menu3.addItem("－ 全自动定量酶标仪  ","Product2.asp?title=2010全自动定量酶标仪");
		menu3.addItem("－ 化学发光免疫分析仪  ","Product3.asp?title=lumo化学发光免疫分析仪");
		//menu3.addItem("－ 各种管件  ","Product1.asp?title=各种管件");

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("－ 产品供货  ","shfw.asp?title=产品供货");		
		menu4.addItem("－ 保修期承诺  ","shfw.asp?title=保修期承诺"); // send no URL if nothing should happen onclick
		menu4.addItem("－ 其他服务承诺  ","shfw.asp?title=其他服务承诺");		

		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("－ 公司简介  ","gsbj.asp?title=公司简介");		
		menu5.addItem("－ 企业文化  ","gsbj.asp?title=企业文化"); // send no URL if nothing should happen onclick
		menu5.addItem("－ 资质证书  ","gsbj.asp?title=资质证书"); // send no URL if nothing should happen onclick

		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("－ 公司公告  ","newsclass.asp?bigclass=公司公告");		
		menu6.addItem("－ 最新动态  ","newsclass.asp?bigclass=最新动态"); // send no URL if nothing should happen onclick

//		var menu7 = ms.addMenu(document.getElementById("menu7"));
//		menu7.addItem("－ 物流管理  ","shownews.asp?id=49");		
//		menu7.addItem("－ 物流标准  ","shownews.asp?id=48"); // send no URL if nothing should happen onclick
//		menu7.addItem("－ 物流方式  ","shownews.asp?id=47"); // send no URL if nothing should happen onclick


		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("－ 客户留言  ","FeedbackView.asp");		
		menu7.addItem("－ 我要留言  ","Feedback.asp");		
		//menu7.addItem("－ 鸿瑞论坛  ","../bbs"); // send no URL if nothing should happen onclick
		//menu7.addItem("－ 在线留言  ","guestbook.asp"); // send no URL if nothing should happen onclick
		//menu7.addItem("－ 联系方式  ","otype.asp?owen1=联系方式"); // send no URL if nothing should happen onclick

		mtDropDown.renderAll();
	}


