if (mtDropDown.isSupported()) { var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft); var menu1 = ms.addMenu(document.getElementById("menu1")); menu1.addItem("办学优势", "to_forward.jsp?cid=24"); menu1.addItem("学院环境", "to_forward.jsp?cid=25"); menu1.addItem("学校愿景", "to_forward.jsp?cid=28"); menu1.addItem("对外交流", "to_forward.jsp?cid=53"); menu1.addItem("院长致词", "to_forward.jsp?cid=20"); menu1.addItem("学院概况", "to_forward.jsp?cid=21"); menu1.addItem("合作院校", "to_forward.jsp?cid=52"); var menu6 = ms.addMenu(document.getElementById("menu6")); var menu3 = ms.addMenu(document.getElementById("menu3")); menu3.addItem("教务新闻", "to_forward.jsp?cid=77"); menu3.addItem("党团新闻", "to_forward.jsp?cid=78"); menu3.addItem("校大事记", "to_forward.jsp?cid=80"); menu3.addItem("校内通知", "to_forward.jsp?cid=81"); menu3.addItem("学生管理", "to_forward.jsp?cid=84"); menu3.addItem("考试信息", "to_forward.jsp?cid=85"); var menu4 = ms.addMenu(document.getElementById("menu4")); menu4.addItem("专业概况", "to_forward.jsp?cid=32"); menu4.addItem("汽车工程系", "to_forward.jsp?cid=34"); menu4.addItem("机电工程系", "to_forward.jsp?cid=55"); menu4.addItem("数字艺术设计系", "to_forward.jsp?cid=56"); menu4.addItem("经济管理系", "to_forward.jsp?cid=57"); menu4.addItem("外语系", "to_forward.jsp?cid=58"); menu4.addItem("食品科学系", "to_forward.jsp?cid=59"); menu4.addItem("教育系", "to_forward.jsp?cid=61"); menu4.addItem("旅游管理系", "to_forward.jsp?cid=62"); menu4.addItem("建筑工程系", "to_forward.jsp?cid=69"); var menu7 = ms.addMenu(document.getElementById("menu7")); menu7.addItem("教学互动", "to_forward.jsp?cid=35"); menu7.addItem("教学设施", "to_forward.jsp?cid=36"); menu7.addItem("学生作品", "to_forward.jsp?cid=37"); menu7.addItem("师资队伍", "to_forward.jsp?cid=83"); var menu8 = ms.addMenu(document.getElementById("menu8")); menu8.addItem("校园风光", "to_forward.jsp?cid=38"); menu8.addItem("学生风采", "to_forward.jsp?cid=39"); menu8.addItem("学生社团", "to_forward.jsp?cid=76"); var menu9 = ms.addMenu(document.getElementById("menu9")); menu9.addItem("学习基地", "to_forward.jsp?cid=40"); menu9.addItem("就业信息", "to_forward.jsp?cid=41"); menu9.addItem("优秀毕业生", "to_forward.jsp?cid=42"); menu9.addItem("就业指导", "to_forward.jsp?cid=67"); var menu10 = ms.addMenu(document.getElementById("menu10")); menu10.addItem("入学须知", "to_forward.jsp?cid=45"); menu10.addItem("在线报名", "to_forward.jsp?cid=46"); menu10.addItem("招生简章", "to_forward.jsp?cid=70"); menu10.addItem("常见问题", "to_forward.jsp?cid=71"); var menu72 = ms.addMenu(document.getElementById("menu72")); menu72.addItem("第一批录取", "to_forward.jsp?cid=73"); menu72.addItem("第二批录取", "to_forward.jsp?cid=74"); menu72.addItem("第三批录取", "to_forward.jsp?cid=75"); mtDropDown.renderAll(); }