
	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;&raquo;&nbsp; 市畜牧局 ", "/col/col7986/index.html");
		menu1.addItem(" &nbsp;&raquo;&nbsp; 领导班子 ", "/col/col7987/index.html");
		menu1.addItem(" &nbsp;&raquo;&nbsp; 机关科室 ", "/col/col7988/index.html");
		menu1.addItem(" &nbsp;&raquo;&nbsp; 局直单位 ", "/col/col7989/index.html");

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem(" &nbsp;&raquo;&nbsp; 法律法规 ", "/col/col7991/index.html");
		menu2.addItem(" &nbsp;&raquo;&nbsp; 畜牧政策 ", "/col/col7992/index.html");
		menu2.addItem(" &nbsp;&raquo;&nbsp; 行政规章 ", "/col/col7993/index.html");
		menu2.addItem(" &nbsp;&raquo;&nbsp; 管理制度 ", "/col/col7994/index.html");

		var menu3 = ms.addMenu(document.getElementById("menu3"));
		menu3.addItem(" &nbsp;&raquo;&nbsp; 动物防疫 ", "/col/col7996/index.html");
		menu3.addItem(" &nbsp;&raquo;&nbsp; 疫病防治 ", "/col/col7997/index.html");
		menu3.addItem(" &nbsp;&raquo;&nbsp; 疫病监测 ", "/col/col7998/index.html");

		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem(" &nbsp;&raquo;&nbsp; 养殖模式 ", "/col/col8005/index.html");
		menu5.addItem(" &nbsp;&raquo;&nbsp; 健康养殖 ", "/col/col8006/index.html");
		menu5.addItem(" &nbsp;&raquo;&nbsp; 小区建设 ", "/col/col8007/index.html");


		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem(" &nbsp;&raquo;&nbsp; 执法监督 ", "/col/col8010/index.html");
		menu7.addItem(" &nbsp;&raquo;&nbsp; 动物检疫 ", "/col/col8011/index.html");
		menu7.addItem(" &nbsp;&raquo;&nbsp; 兽药监察 ", "/col/col8012/index.html");
		menu7.addItem(" &nbsp;&raquo;&nbsp; 种畜禽管理 ", "/col/col8013/index.html");
		
		var menu8 = ms.addMenu(document.getElementById("menu8"));
		menu8.addItem(" &nbsp;&raquo;&nbsp; 品种改良 ", "/col/col8015/index.html");
		menu8.addItem(" &nbsp;&raquo;&nbsp; 饲草饲料 ", "/col/col8016/index.html");
		menu8.addItem(" &nbsp;&raquo;&nbsp; 科普宣传 ", "/col/col8017/index.html");
		menu8.addItem(" &nbsp;&raquo;&nbsp; 学术交流 ", "/col/col8018/index.html");

        mtDropDown.renderAll();
	}
