	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("- 企业新闻","otype.asp?owen1=企业新闻"); // send no URL if nothing should happen onclick
		menu1.addItem("- 时事新闻","otype.asp?owen1=时事新闻"); // send no URL if nothing should happen onclick

// menu : 2
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("- 荣誉证书", "product.asp?bigclassname=荣誉证书");	
		menu2.addItem("- 已完工程", "product.asp?bigclassname=已完工程");
		menu2.addItem("- 科技进步", "otype.asp?owen1=科技进步");	    
		menu2.addItem("- 在建工程", "product.asp?bigclassname=在建工程");	    

// menu : 5
		var menu2 = ms.addMenu(document.getElementById("menu5"));
		menu2.addItem("- 客户需求", "wsfw.asp");
		menu2.addItem("- 网站建议", "wzjy.asp");	    

// menu : 4
		var menu2 = ms.addMenu(document.getElementById("menu4"));
		menu2.addItem("- 企业简介", "qyjj.asp");
	    menu2.addItem("- 企业文化", "qywx.asp");
		menu2.addItem("- 公司领导", "gsld.asp");	   
		menu2.addItem("- 资信证书", "product.asp?bigclassname=资信证书");	   
	
		mtDropDown.renderAll();
	}

