	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, -8, 4, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));   //产品技术
		menu1.addItem("  &nbsp;电话订购&nbsp;  ", "/Html/buy/0311162.asp");
		menu1.addItem("  &nbsp;网上订购&nbsp;  ", "/Html/buy/03111691.asp");

        var menu2 = ms.addMenu(document.getElementById("menu2"));  //解决方案
		menu2.addItem("  &nbsp;BIO-ISV&nbsp;  ", "/html/partner/index.asp");
		menu2.addItem("  &nbsp;成功案例&nbsp;  ", "/Html/case/index.asp");
		menu2.addItem("  &nbsp;指纹软件推荐&nbsp;  ", "/Html/fpsoftware/index.asp");
				
		var menu3 = ms.addMenu(document.getElementById("menu3"));  //服务支持
		menu3.addItem("  &nbsp;FAQ&nbsp;", "/service.asp");
		menu3.addItem("  &nbsp;授权服务&nbsp;", "/getit.asp");
		menu3.addItem("  &nbsp;软件下载&nbsp;", "/getit.asp");
		menu3.addItem("  &nbsp;资料下载&nbsp;", "/download.asp");
		menu3.addItem("  &nbsp;解决方案&nbsp;", "/downloadsq.asp");
		menu3.addItem("  &nbsp;Demo演示&nbsp;", "/demo/index.asp");
		menu3.addItem("  &nbsp;在线开发&nbsp;", "/development/index.asp");
		
		var menu5 = ms.addMenu(document.getElementById("menu5"));  //公司介绍
		menu5.addItem("  &nbsp;ISV整合动态&nbsp;", "/html/newsDev/index.asp");
		menu5.addItem("  &nbsp;ISV签约动态&nbsp;", "/html/newsOrder/index.asp");
		menu5.addItem("  &nbsp;TL产品动态&nbsp;", "/html/newsTL/index.asp");

		var menu6 = ms.addMenu(document.getElementById("menu6"));  //新闻中心
		menu6.addItem("  &nbsp;公司介绍&nbsp;", "/html/aboutus/index.asp");
		menu6.addItem("  &nbsp;资质荣誉&nbsp;", "/Html/hornor/03171679.asp");
		menu6.addItem("  &nbsp;联系我们&nbsp;", "/Html/contact/index.asp");

		mtDropDown.renderAll();
	}
