/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Preise', '/preise/preise.shtml'],
	['Bilder','/images/bilder.shtml'],
	['Buchungsplan', null],
	['Anfahrt', '/anfahrt/anfahrt.shtml'],
	['News', null],
	['Sportaktivitäten', null],
	['Tagesausflüge', null],
	['Umgebung Belalp', null],
	['Links', null],
	['Impressum', null]
];
