/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php'],
	['Updates', 'updates.php'],
	['Event Information', null, null,
		['Getting Here', 'gettinghere.php'],
		['Tours',  'tours.php'],
		['Dinner Dance', 'dinnerdance.php'],
		['Guest Speakers', 'speakers.php'],
		['International Guest', 'guest.php'],
	 ],
	['Accommodation', 'accommodation.php'],
	['Sponsors', null],
	['Contact', 'contacts.php']
];

