/* --- menu items --- */
var MENU_ITEMS = [
	['Home', sPrefix + 'index.php', null],
	['About Us', sPrefix + 'mission.php', null, 
		['Mission', sPrefix + 'mission.php', null],
		['Background', sPrefix + 'background.php', null],
		['Philosophy', sPrefix + 'philosophy.php', null],
		['Governance', sPrefix + 'governance.php', null],
		['Glossary', sPrefix + 'glossary.php', null],
		['Faculty &amp; Staff Directory', sPrefix + 'directory.php', null],
		['Related Links', sPrefix + 'links.php', null],
		['News', sPrefix + 'news.php', null]
		['Videos', sPrefix + 'videos.php', null]
	],
	['Academics', sPrefix + 'curriculum.php', null, 
		['Curriculum', sPrefix + 'curriculum.php', null],
		['Admissions', sPrefix + 'admissions.php', null],
		['Graduate Spotlight', sPrefix + 'spotlight.php', null],
		['Calendar', sPrefix + 'calendar.php', null]
	],
	['Internships', sPrefix + 'internships.php', null,
		['How they Work', sPrefix + 'internships.php', null],
		['Site Directory', sPrefix + 'sites.php', null],
		['Resources', sPrefix + 'resources.php', null]
	],
	['Get Involved', sPrefix + 'getinvolved.php', null,
		['Support MC&sup2;', sPrefix + 'getinvolved.php', null],
		['Volunteering', sPrefix + 'volunteering.php', null],
		['Advisory Committee', sPrefix + 'advisory.php', null],
		['Events', sPrefix + 'events.php']
	],
	['Contact Us', sPrefix + 'contact.php', null,
		['Addresses', sPrefix + 'contact.php', null],
		['Careers', sPrefix + 'careers.php', null],
		['Visiting Our Campus', sPrefix + 'visiting.php', null]
	],
];