	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("  致公简介", "/Article/Intro/200808/2.html");
		menu1.addItem("  全市组织概况", "/Article/Intro/200808/3.html");
		menu1.addItem("  历史沿革", "/Article/Intro/200808/4.html");
		
		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("  要闻", "/News/news0/Index.html");
		
		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem("  调查研究", "/cz/xiance/Index.html");
		menu3.addItem("  提案发言", "/cz/fayan/Index.html");		
		menu3.addItem("  社情民意", "/cz/sqmy/Index.html");

		var menu4 = ms.addMenu(document.getElementById("menu4"));
		menu4.addItem("  侨界动态", "/dt/jianxun/Index.html");
		menu4.addItem("  华侨华人", "/dt/zzxx/Index.html");		
		menu4.addItem("  法律法规", "/dt/fagui/Index.html");
		menu4.addItem("  域外写真", "/dt/ywxz/Index.html");
				
		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("  服务", "/fw/ser/Index.html");
		
		

		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("  矿山院", "/zx/ksy/Index.html");
		menu6.addItem("  新浦支部", "/zx/xpzb/Index.html");
		menu6.addItem("  建筑支部", "/zx/jzzb/Index.html");
		menu6.addItem("  海州支部", "/zx/hzzb/Index.html");
		menu6.addItem("  教育支部", "/zx/jyzb/Index.html");
		menu6.addItem("  连云支部", "/zx/lyzb/Index.html");
		menu6.addItem("  医卫支部", "/zx/ywzb/Index.html");
		menu6.addItem("  淮海工学院支部", "/zx/hg/Index.html");


		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("  人物写真", "/dy/fc/Index.html");
		menu7.addItem("  爱岗敬业", "/dy/dyxs/Index.html");
		


		mtDropDown.renderAll();
	}

