/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Football Program', null, null,
		['Contacts Information', 'footballcontacts.htm'],
		['Historical Information', 'archives/footballhistory.htm'],
		['Standings', 'standings.htm']
	],
	['Cheer Program', null, null,
		['Contact Information', 'cheercontacts.htm'],
		['Historical Information', 'archives/cheerhistory.htm']
	],
	['Game Information', 'gameinfo.htm'],
	['Hall of Fame', 'halloffame/halloffame.htm'],
	['Hall of Honor', 'hallofhonor/hallofhonor.htm'],
	['Historical Archives', 'archives/archives.htm'],
	['Practice Information', null]
];
