    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/index.xml", "_top");
        menu1.addItem("- 历史沿革", "chinese/jieshao/lishi/lishi.htm", "_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("- 学术活动", "index.php?t=events", "_top");
        menu3.addItem("- 学术会议", "index.php?t=conference", "_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/textbook/index.xml", "_top");
        menu4.addItem("- 理科基地", "index.php?t=base", "_top");                

	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");
	menu5.addItem("- 优秀大学生夏令营", "index.php?t=camps", "_top");        
	menu5.addItem("- 研究生招生指南", "graduate/guidence.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/lib-srch.php?t=1", "_top");
		
	var menu8 = ms.addMenu(document.getElementById("menu8"));
        menu8.addItem("- 科技成果转化办公室", "chinese/zhuanhua/zh-bgs.htm", "_top");
        menu8.addItem("- 相关企业", "production/enterprise.htm", "_top");
        menu8.addItem("- 参股公司", "chinese/zhuanhua/zh-gs.htm", "_top");
        menu8.addItem("- 新闻动态", "chinese/zhuanhua/zh-xw.htm", "_top");
		
	var menu9 = ms.addMenu(document.getElementById("menu9"));
        menu9.addItem("- 院工会", "home/index.php?t=1", "_top");
        menu9.addItem("- 离退休办公室", "home/index.php?t=2", "_top");
        menu9.addItem("- 健康人生", "home/health/jiangzuo.htm", "_top");
		
	var menu10 = ms.addMenu(document.getElementById("menu10"));
        menu10.addItem("- 学生信息服务系统", "http://162.105.21.206/phystudent/", "_blank");
        menu10.addItem("- 学院生活", "index.php?t=life", "_top");
        menu10.addItem("- OSA北大学生分会", "http://www.pku.edu.cn/life/xuehui/pkuosa/", "_blank");
        menu10.addItem("- SPIE北大学生分会", "student/spie-pku/SPIE-pku/SPIE-PKU.html", "_blank");
        menu10.addItem("- 04级6班主页", "student/0406/index.htm", "_blank");
        menu10.addItem("- 毕业生就业信息", "index.php?t=jobs", "_top");
        menu10.addItem("- 物理基金", "news/index.xml", "_top");
		
	var menu11 = ms.addMenu(document.getElementById("menu11"));
        menu11.addItem("- 北京市物理学会活动", "academy/index.xml", "_top");
        menu11.addItem("- 大学生物理竞赛", "academy/competition.xml", "_top");

	var menu12 = ms.addMenu(document.getElementById("menu12"));
        menu12.addItem("- 招生简章", "recruitment/index.htm", "_top");
        menu12.addItem("- 物理学专业", "recruitment/physics.htm", "_top");
        menu12.addItem("- 大气科学专业", "recruitment/atmosphere.htm", "_top");
        menu12.addItem("- 天文学专业", "recruitment/astronomy.htm", "_top");

        GDNetMenuDown.renderAll();
    }
