	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>伊尚简介", "newsclass.asp?bigclass=14");
		menu1.addItem("<font color=#372815>伊尚文化", "Aboutus.asp?Title=伊尚文化");
		menu1.addItem("<font color=#372815>团队介绍", "Aboutus.asp?Title=团队介绍");
		//menu1.addItem("<font color=#372815>精品展示", "Product.asp?bigclassname=大图片展示");
		//menu1.addItem("<font color=#372815>活动展示", "Product.asp?bigclassname=小图片展示");
		//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");
		menu2.addItem("<font color=#372815>人员招聘", "HrDemand.asp");
		// send no URL if nothing should happen onclick
	
	
//第三菜单
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		//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=特服");

		menu3.addItem("<font color=#372815>室内婚纱", "Product.asp?bigclassname=精品婚纱&SmallClassName=室内婚纱");
		menu3.addItem("<font color=#372815>外景婚纱", "Product.asp?BigClassName=精品婚纱&SmallClassName=外景婚纱");
		// send no URL if nothing should happen onclick
//第四菜单		
		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("<font color=#372815>婚纱电影", "Product.asp?bigclassname=婚纱电影");

		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"));
		menu6.addItem("<font color=#372815>个人写真", "CompVisualize.asp?fenlei=艺术写真&smallfenlei=个人写真");
		menu6.addItem("<font color=#372815>情侣写真", "CompVisualize.asp?fenlei=艺术写真&smallfenlei=情侣写真");
		
		
		// menu : 4
mtDropDown.renderAll();
	}

