/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['The House', null, null,
		['Inside', 'inside.html'],
		['Outside', 'outside.html'],
		['Floorplan', 'floorplan.html'],
		['Location', 'location.html'],
		['White Shutters Blog', 'http://white-shutters.blogspot.com/'],
	],
	['The Area', null, null,
		['Area', 'area.html'],
		['Links', 'links.html'],
	],
	['Booking', null, null,
		['Rates', 'rates.html'],
		['Availability', 'http://www.bookingcalendar.info/11561', {'tw':'_blank'}],
		['Enquiries', 'enquiries.html'],
		['Terms & Conditions', 'terms.html']
	],
	['Contact', 'contact.php']
];

