
	if (mtDropDown.isSupported()) {

		var ms = new mtDropDownSet(mtDropDown.direction.down, 11, -1, mtDropDown.reference.bottomLeft);

		var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("  &nbsp;学校简介&nbsp;  ", "xxgk1.htm");
		menu1.addItem("  &nbsp;现任领导&nbsp;  ", "xrld.htm");
		menu1.addItem("  &nbsp;远景规划&nbsp;  ", "yjgh.htm");
		menu1.addItem("  &nbsp;菁菁校园&nbsp;  ", "qqxy.htm");
		
	


		var menu4 = ms.addMenu(document.getElementById("menu4"));
　menu4.addItem("  &nbsp;本科教育&nbsp;", "http://210.43.26.146/jwc/");
　 menu4.addItem("  &nbsp;研究生教育 &nbsp;", "http://210.43.24.26/yjsc/");
　menu4.addItem("  &nbsp;成人教育 &nbsp;", "http://210.43.24.24/chengjiao/");
menu4.addItem("  &nbsp;专业设置 &nbsp;", "http://www.xytc.edu.cn/news/xyzy/zsjy.htm");
menu4.addItem("  &nbsp;科研信息&nbsp;", "http://210.43.26.156/");
menu4.addItem("  &nbsp; 教务公告&nbsp;", "http://210.43.26.146/jwc/newslist.asp?ClassID=1");
menu4.addItem("  &nbsp;精品课程&nbsp;", "http://210.43.26.146/jinpin/jpin.htm");
 menu4.addItem("  &nbsp;选课系统 &nbsp;", "http://210.43.26.146/");
  menu4.addItem("  &nbsp;学报（自然） &nbsp;", "http://xysk.chinajournal.net.cn/");
   menu4.addItem("  &nbsp;学报（哲学） &nbsp;", "http://xysz.chinajournal.net.cn/");


	

		var menu5 = ms.addMenu(document.getElementById("menu5"));
		menu5.addItem("  &nbsp;网络导航&nbsp;", "http://210.43.24.4/net_daohang/net_index.htm");
　　menu5.addItem("  &nbsp;校园BBS　&nbsp;", "http://bbs.xynu.net/"); 
		 menu5.addItem("  &nbsp;影音在线&nbsp;", "http://www.haoting.com/");
		menu5.addItem("  &nbsp; 软件下载&nbsp;", "http://210.43.25.31/ruanjian/");
		menu5.addItem("  &nbsp;搜索引擎 &nbsp;", "sousuo.htm");
		menu5.addItem("  &nbsp; 万 年 历&nbsp;", "http://www3.zzu.edu.cn/y1000.htm");


		var menu6 = ms.addMenu(document.getElementById("menu6"));
		menu6.addItem("  &nbsp;招生信息网&nbsp;", "http://210.43.24.24/zsjy/zhaosheng/index.html");
		menu6.addItem("  &nbsp;就业信息网&nbsp;", "http://job.xynu.net/");

		var menu7 = ms.addMenu(document.getElementById("menu7"));
		menu7.addItem("  &nbsp;财务信息查询&nbsp;", "http://210.43.27.44/");
      menu7.addItem("  &nbsp;期刊检索&nbsp;", "http://222.21.62.169:8080");
      menu7.addItem("  &nbsp;师院学报&nbsp;", "http://www.xytc.edu.cn/yuanbao/yuanbao/index.htm");
	menu7.addItem("  &nbsp;电子图书&nbsp;", "http://222.21.62.169:81");
    menu7.addItem("  &nbsp;火车时刻表 &nbsp;", "http://www.abkk.com/cn/train/");
   menu7.addItem("  &nbsp;办公电话&nbsp;", "http://210.43.24.24/nic/tel/index.asp"); 
   menu7.addItem("  &nbsp;图书馆 &nbsp;", "http://222.21.62.169");

		mtDropDown.renderAll();
	}
