/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['Principals', 'princ.htm'],
	['Projects', 'proj.htm'],
	['Location', 'location.htm'],
	['Contact Us', 'contactus.htm']
];
