/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'tw':'_self','sb':'Home'}],
	['About', 'about.html', {'tw':'_self'}],
	['Photo Tour', 'gallery.html', {'tw':'_self'}],
	['Location', 'findus.html', {'tw':'_self'}],
	['Links', 'links.html', {'tw':'_self'},
		['Tourist Information', 'links.html#tourist', {'tw':'_self'}],
		['Visitor\'s Guide', 'links.html#visitor', {'tw':'_self'}],
		['Weather', 'links.html#weather', {'tw':'_self'}],
		['Local Attractions', 'links.html#attractions', {'tw':'_self'}],
		['Currency Convertor', 'links.html#currency', {'tw':'_self'}]
	],
	['Contact Us', 'contact.html', {'tw':'_self'}]
];