/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sb':'Welcome to Patio Island Resort and Cottages'}],
	['Room Photos', 'photos.htm'],
	['Rooms Features', 'rooms.htm'],
	['Our Reviews', 'reviews.html'],
	['Rates', 'rates.htm'],
	['Map/Directions', 'map.htm'],
	['Attractions', 'attractions.htm'],	
	['Contact Us', 'contact.htm']
];
