﻿    if (GDNetMenuDown.isSupported()) {

        var ms = new GDNetMenuDownSet(GDNetMenuDown.direction.down, 0, 0, GDNetMenuDown.reference.bottomLeft);

        var menu1 = ms.addMenu(document.getElementById("menu1"));
        menu1.addItem("- 院长致辞", "introduction/dean.xml", "_top");
        menu1.addItem("- 学院简介", "introduction/index.xml", "_top");
        menu1.addItem("- 历史沿革", "introduction/history/history.xml", "_top");
        menu1.addItem("- 学院机构", "introduction/offices.xml", "_top");
        menu1.addItem("- 工作电话", "introduction/telephone.xml", "_top");
        menu1.addItem("- 学院公文", "index.php?t=documents", "_top");
        menu1.addItem("- 学院简讯", "introduction/newsletter/index.xml", "_top");

        var menu2 = ms.addMenu(document.getElementById("menu2"));
        menu2.addItem("- 院士介绍", "personnel/academician.xml", "_top");
        menu2.addItem("- 千人/长江学者与国家杰出青年基金获得者", "personnel/changjiang.xml", "_top");
        menu2.addItem("- 物理学院教职工及个人主页", "personnel/faculty.xml", "_top");
        menu2.addItem("- 各实体单位师资力量", "personnel/index.xml", "_top");
        menu2.addItem("- 离退休人员名单", "personnel/retired.xml", "_top");
        menu2.addItem("- 永远怀念", "index.php?t=memory", "_top");
             
        var menu3 = ms.addMenu(document.getElementById("menu3"));
        menu3.addItem("- 下属学术机构主页", "research/institutes.xml", "_top");
        menu3.addItem("- 讲座信息", "events/lectures.xml", "_top");
        menu3.addItem("- 部分往期学术活动", "index.php?t=archives", "_top");
        menu3.addItem("- 学术会议", "index.php?t=conference", "_top");
        menu3.addItem("- 研究方向", "research/groups.xml", "_top");
        menu3.addItem("- 研究项目及成果", "index.php?t=projects", "_top");
        menu3.addItem("- 论文目录", "research/papers/index.xml", "_top");
        menu3.addItem("- 十五２１１成果", "research/tenth-211/index.xml", "_top");

        var menu4 = ms.addMenu(document.getElementById("menu4"));
        menu4.addItem("- 培养计划", "under/plan/index.htm", "_top");
        menu4.addItem("- 选课指导", "under/guidance/index.xml", "_top");
        menu4.addItem("- 物院课程", "under/index.xml", "_top");
        menu4.addItem("- 教学成果", "under/textbook/index.xml", "_top");
        menu4.addItem("- 理科基地", "index.php?t=base", "_top");                
        menu4.addItem("- 普物教学中心", "http://www.phyedu.pku.edu.cn", "_blank");                
        menu4.addItem("- 基础物理实验教学中心", "http://www.tcep.pku.edu.cn/", "_blank");                

	var menu5 = ms.addMenu(document.getElementById("menu5"));
	menu5.addItem("- 学院动态", "graduate/index.xml", "_top");
	menu5.addItem("- 萃英研究生沙龙", "graduate/saloon/index.xml", "_top");
	menu5.addItem("- 钟盛标研究生学术论坛", "graduate/zhongshengbiao/index.xml", "_top");
	menu5.addItem("- 研究生暑期学校", "graduate/summer.xml", "_top");
        
	var menu6 = ms.addMenu(document.getElementById("menu6"));
	menu6.addItem("- 招聘信息", "position/information.xml", "_top");
	menu6.addItem("- 博士后专栏", "position/postdoc.xml", "_top");
		
	var menu7 = ms.addMenu(document.getElementById("menu7"));
	menu7.addItem("- 图书馆简介", "library/index.xml", "_top");
        menu7.addItem("- 图书目录", "library/newbooks.xml", "_top");
        menu7.addItem("- 读者服务", "library/service.xml", "_top");
        menu7.addItem("- 毕业论文", "library/paper.xml", "_top");
		
	var menu8 = ms.addMenu(document.getElementById("menu8"));
        menu8.addItem("- 院工会", "home/index.php?t=1", "_top");
        menu8.addItem("- 离退休办公室", "home/index.php?t=2", "_top");
        menu8.addItem("- 健康人生", "home/health/jiangzuo.htm", "_top");
		
	var menu9 = ms.addMenu(document.getElementById("menu9"));
        menu9.addItem("- 学生信息服务系统", "http://162.105.21.206/phystudent/", "_blank");
        menu9.addItem("- 学院生活", "index.php?t=life", "_top");
        menu9.addItem("- 学院党建", "http://162.105.21.206/phystudent/orgnization/dzb/dzb.htm", "_blank");
        menu9.addItem("- OSA北大学生分会", "http://www.pku.edu.cn/life/xuehui/pkuosa/", "_blank");
        menu9.addItem("- SPIE北大学生分会", "student/spie-pku/SPIE-pku/SPIE-PKU.html", "_blank");
        menu9.addItem("- 04级6班主页", "student/0406/index.htm", "_blank");
        menu9.addItem("- 毕业生就业信息", "index.php?t=jobs", "_top");
        menu9.addItem("- 物理基金", "news/index.xml", "_top");
		
	var menu10 = ms.addMenu(document.getElementById("menu10"));
        menu10.addItem("- 北京市物理学会活动", "academy/index.xml", "_top");
        menu10.addItem("- 大学生物理竞赛", "academy/competition.xml", "_top");

	var menu11 = ms.addMenu(document.getElementById("menu11"));
        menu11.addItem("- 本科生招生", "admissions/under/under.xml", "_top");
        menu11.addItem("- 中学生夏令营", "admissions/school/camps.xml", "_top");
        menu11.addItem("- 研究生招生", "index.php?t=grad", "_top");
        menu11.addItem("- 优秀大学生夏令营", "index.php?t=camps", "_top");

        GDNetMenuDown.renderAll();
    }
