<!--
//menu.js
	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("  &nbsp;　公司简介　&nbsp; ", "aboutus.htm");
		menu1.addItem("  &nbsp;　公司理念　&nbsp; ", "aboutus.htm#ln");
		menu1.addItem("  &nbsp;　公司资质　&nbsp; ", "qualification.htm");	
		menu1.addItem("  &nbsp;　合作伙伴　&nbsp; ", "partner.htm");
		mtDropDown.renderAll();
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("  &nbsp;系统集成服务&nbsp; ", "product_intergration.htm");
		menu2.addItem("  &nbsp;ＩＴ外包服务&nbsp; ", "product_outsourcing.htm");				
        menu2.addItem("  &nbsp;产品分销服务&nbsp; ", "product_distribution.htm");	
		mtDropDown.renderAll();
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("  &nbsp;　售前服务　&nbsp; ", "presales.htm");
		menu3.addItem("  &nbsp;　售后服务　&nbsp; ", "aftersales.htm");					
		mtDropDown.renderAll();
	}
//-->
