	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("<font color=#372815>公司简介", "Aboutus.asp?Title=公司简介");
		menu1.addItem("<font color=#372815>企业文化", "Aboutus.asp?Title=企业文化");
		menu1.addItem("<font color=#372815>团队介绍", "Aboutus.asp?Title=团队介绍");
		menu1.addItem("<font color=#372815>人员招聘", "HrDemand.asp");
	
//第二菜单
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("<font color=#372815>套系收费", "newsclass.asp?bigclass=1"); 
		menu2.addItem("<font color=#372815>公司通告", "newsclass.asp?bigclass=10");
		menu2.addItem("<font color=#372815>最新活动", "newsclass.asp?bigclass=13");
		// send no URL if nothing should happen onclick
	
	
//第三菜单
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("<font color=#372815>视频展示", "shipinzhongxin.asp"); 
		menu3.addItem("<font color=#372815>新派婚纱", "CompVisualize.asp?fenlei=作品展示&smallfenlei=新派婚纱");
		menu3.addItem("<font color=#372815>主题摄影", "CompVisualize.asp?fenlei=作品展示&smallfenlei=主题摄影");
		menu3.addItem("<font color=#372815>时尚写真", "CompVisualize.asp?fenlei=作品展示&smallfenlei=时尚写真");
		// send no URL if nothing should happen onclick
		
		// menu : 4
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("<font color=#372815>实景图片", "CompVisualize.asp?fenlei=旅游外景&smallfenlei=实景图片");
		menu4.addItem("<font color=#372815>视频宣传", "shipinzhongxin2.asp");
		
				var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("<font color=#372815>礼服出租", "Product.asp?bigclassname=礼服出租");
		menu5.addItem("<font color=#372815>广告产品", "Product.asp?bigclassname=广告产品");
		menu5.addItem("<font color=#372815>婚礼服务", "Product.asp?bigclassname=婚礼服务");
		menu5.addItem("<font color=#372815>饰品首饰", "Product.asp?bigclassname=饰品首饰");
		menu5.addItem("<font color=#372815>后期产品", "Product.asp?bigclassname=后期产品");
		
				var menu6 = ms.addMenu(document.getElementById("menu6"));
		
		
		
		// menu : 4
mtDropDown.renderAll();
	}
