/* --- menu items --- */
var MENU_ITEMS = [
	['hotel', null,
	        ['atmosphäre', 'start.php?site=atmo&lang=de',],
			['wohnen', 'start.php?site=wohnen&lang=de',],
			['geniessen', 'start.php?site=geniessen&lang=de',],
			['spielen', 'start.php?site=spielen&lang=de',],
			['draussen', 'start.php?site=draussen&lang=de',],
			['zubau', 'start.php?site=zubau&lang=de',],
			],
	['motorrad',null,
	    
		['info', 'start.php?site=motorrad&lang=de'],
		['packages', 'start.php?site=packages-biker&lang=de'],
		['lageplan', 'start.php?site=lageplan&lang=de'],
		['touren', 'start.php?site=touren&lang=de'],
		['roadbook', 'start.php?site=roadbook&lang=de'],
		['ausstattung', 'start.php?site=bikerausstattung&lang=de'],
		['atmosphäre', 'start.php?site=bikeratmo&lang=de'],
		['adventure', 'start.php?site=adventure&lang=de'],
		['bikerpool', 'start.php?site=bikerpool&lang=de'],
		['biker-gallery', 'start.php?site=bikergalerie&lang=de'],
		['partnerlinks', 'start.php?site=partnerlinks&lang=de'],
        ],
		
['sommer', null,
	    ['wohlfühlen', 'start.php?site=wohlfuehlen&lang=de',
		['plan', 'start.php?site=wellnessplan&lang=de'],
		['panorama', 'start.php?site=panorama&lang=de'],
		],
['winter', null,
        ['info', 'start.php?site=freizeit-winter&lang=de'],
	    ['skisafari', 'start.php?site=freizeit-skisafari&lang=de'],
	    ['hausberg', 'start.php?site=freizeit-venet&lang=de'],
        ['packages', 'start.php?site=packages-winter&lang=de'],
		['skipasspreise', 'http://www.hotel-enzian.com/enzian-liftpreise.pdf targe="_blank"'],
		],
			
	['preise', null,
	    ['winter', 'start.php?site=preise-winter&lang=de'],
		['sommer', 'start.php?site=preise-sommer&lang=de'],
		['packages', null,
			['winter', 'start.php?site=packages-winter&lang=de'],
			['sommer', 'start.php?site=packages-biker&lang=de'],
			['motorrad', 'start.php?site=packages-biker&lang=de'],
			['rentalbike p.', 'start.php?site=packages-bikes&lang=de'],
			],	
	['buchung', 'start.php?site=buchen&lang=de'],
	
                    



	],
];

