// menu_items.js file

var MENU_ITEMS =[
  ["", null],
  ["Welcome", "/health_physics/index.html", 
    ["Physics", "http://www.phys.subr.edu/"],
    ["Graduate School", "http://www.subr.edu/gradschool/"],
    ["Southern University", "http://www.subr.edu/"]
  ],
	["Radiation Health and Environmental Physics", ,
		["Faculty",  "/health_physics/people/faculty/index.html",
			["Dr. Ali Fazely", "http://icecube.phys.subr.edu/people/faculty/alifazely.html"],
			["Dr. Rathnayaka Gunasingha", null],
			["Dr. Xianwu Xu", null],
			["Dr. Richard Imlay", null]
		],
    ["Resource Center", "/health_physics/research/resourcecenter.html"],
    ["Research", "/health_physics/research/index.html"],
    ["Laboratories", "/health_physics/laboratories/index.html"]
	],
  ["Associated Programs", null,
		["Radiation Saftey", "http://suphys.phys.subr.edu/rso/"],
  ],
  ["", null]
];
