/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Staff', 'staff.html'],
	['Kid\'s Club', 'kidsclub.html'],
	['News', 'news.html'],
	['Contact Us', 'contactus.html']
];

