﻿	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

    //学校介绍
		var menu_xxjs = ms.addMenu(document.getElementById("menu_xxjs"));
		menu_xxjs.addItem("- 学院简介","http://www.zsc.edu.cn/gk/index.html"); // send no URL if nothing should happen onclick
		menu_xxjs.addItem("- 强强联合","http://www.zsc.edu.cn/gk/lh.html"); // send no URL if nothing should happen onclick
		menu_xxjs.addItem("- 学院领导","http://www.zsc.edu.cn/gk/ld.html"); // send no URL if nothing should happen onclick
		menu_xxjs.addItem("- 院长寄语","http://www.zsc.edu.cn/gk/jy.html"); // send no URL if nothing should happen onclick
		menu_xxjs.addItem("- 校园风光","http://www.zsc.edu.cn/gk/fg.html"); // send no URL if nothing should happen onclick


		var menu_zsxx = ms.addMenu(document.getElementById("menu_zsxx"));
		menu_zsxx.addItem("- 招生计划","/showNews.php?html=putongzhaosheng"); // send no URL if nothing should happen onclick
		menu_zsxx.addItem("- 招生章程","/showNews.php?html=yishuzhaosheng"); // send no URL if nothing should happen onclick
		menu_zsxx.addItem("- 你问我答","/showNews.php?html=niwenwoda"); // send no URL if nothing should happen onclick

		var menu_yxzy = ms.addMenu(document.getElementById("menu_yxzy"));
		menu_yxzy.addItem("- 电子工程系","/showNews.php?html=dianzigongchengxi"); // send no URL if nothing should happen onclick
		menu_yxzy.addItem("- 机电工程系","/showNews.php?html=zidonghuagongchengxi"); // send no URL if nothing should happen onclick		
		menu_yxzy.addItem("- 计算机工程系","/showNews.php?html=jisuanjigongchengxi"); // send no URL if nothing should happen onclick
		menu_yxzy.addItem("- 经济与管理系","/showNews.php?html=jingjiyuguanlixi"); // send no URL if nothing should happen onclick
		menu_yxzy.addItem("- 人文社科系","/showNews.php?html=renwenshekexi"); // send no URL if nothing should happen onclick
		menu_yxzy.addItem("- 外国语系","/showNews.php?html=waiguoyuxi"); // send no URL if nothing should happen onclick
		menu_yxzy.addItem("- 化学与生物系","/showNews.php?html=huaxueyushengwuxi"); // send no URL if nothing should happen onclick		
		menu_yxzy.addItem("- 艺术设计系","/showNews.php?html=yishushejixi"); // send no URL if nothing should happen onclick				

		//var menu_lnfs = ms.addMenu(document.getElementById("menu_lnfs"));
		//menu_lnfs.addItem("- 03年录取分数","#"); // send no URL if nothing should happen onclick
		//menu_lnfs.addItem("- 04年录取分数","#"); // send no URL if nothing should happen onclick
		//menu_lnfs.addItem("- 05年录取分数","#"); // send no URL if nothing should happen onclick
		//menu_lnfs.addItem("- 06年录取分数","#"); // send no URL if nothing should happen onclick

		var menu_bkzn = ms.addMenu(document.getElementById("menu_bkzn"));
		menu_bkzn.addItem("- 体检规定","/showNews.php?html=tijianguiding"); // send no URL if nothing should happen onclick
		menu_bkzn.addItem("- 体检受限","/showNews.php?html=tijianshouxian"); // send no URL if nothing should happen onclick
		//menu_bkzn.addItem("- 考生问答","showNews.php?html=kaoshengwenda"); // send no URL if nothing should happen onclick

		var menu_lqcx = ms.addMenu(document.getElementById("menu_lqcx"));
		menu_lqcx.addItem("- 高考录取查询","/search.php?flag=0"); // send no URL if nothing should happen onclick

		var menu_xsrx = ms.addMenu(document.getElementById("menu_xsrx"));
		menu_xsrx.addItem("- 入学须知","/showNews.php?id=447"); // send no URL if nothing should happen onclick
		menu_xsrx.addItem("- 常见问题","/showNews.php?html=changjianwenti"); // send no URL if nothing should happen onclick
		//menu_xsrx.addItem("- 你问我答","showNews.php?html=niwenwoda"); // send no URL if nothing should happen onclick
		

		//var menu_gjjl = ms.addMenu(document.getElementById("menu_gjjl"));
		//menu_gjjl.addItem("- 合作院校","#"); // send no URL if nothing should happen onclick
		//menu_gjjl.addItem("- 大学预科","#"); // send no URL if nothing should happen onclick
		//menu_gjjl.addItem("- 学分互认","#"); // send no URL if nothing should happen onclick		

		mtDropDown.renderAll();
	}

