/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php', {'sw':125}],
	['Adams Story', 'adamsstory.php'],
	['Noels Message', 'noel.php'],
	['Sponsors / Friends', 'links.php', null,
		['Donations', 'donate.php']
	],
	['About Us', 'about.php'],
	['Contact Us', 'contact.php']
];





