// menu_items.js file
var root = "http://thepgs.org/";
var MENU_ITEMS =[
	["Home", root+"index.php"],
	["About Us", root+"aboutus/aboutus.php",
		["History", "#"],
		["Executive Board", root+"executiveboard.php"],
		["Member Map", root+"aboutus/map.pdf"],
		["Constitution", root+"aboutus/constitution.pdf"],
	],
	["Publications", null,
		["The Pennsylvania Geographer", "http://www.upj.pitt.edu/internet/Templates/Inner.phpx?durki=1265&pid=1265"],
		["ViewPoint", root+"ViewPoint/viewpoint.php"],
	],
	["Annual Meetings", null,
		["Upcoming Meetings", root+"meetings/futuremeetings.php"],
		["Past Meetings", root+"meetings/pastmeetings.php"]
	],
	["Annual Awards", root+"awards/awards.php"],
	["Resources for Teachers", root+"education/teacherresources.php"],
	["Resources for Students", root+"education/studentresources.php"],
	["Photo Gallery", "#"],
	["Become a Member", root+"member.pdf"],
	["Contact Us", root+"contactus.php"],
];
