/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.php'],
	['Progress Reports', '/progress.php', '',
		['Reports', '/progress.php'],
		['World map', '/worldmap.php'],
		['Google Earth File', '/progresskml.php']
	],
	['Messages', '/messages.php'],
	['Photo Gallery', '/gallery.php'],
	['About the Trip', '/aboutthetrip.php'],
	['More Meakin', '/moremeakin.php']
];
