// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	['TANDEMFLIEGEN', null,null,
  	 	['Leistung &amp; Preis', 'http://www.chillair.at/sites/preise_leistung.php'],
		['Wann &amp; Wo', 'http://www.chillair.at/sites/wann_wo.php'],
		['Gutschein', 'http://www.chillair.at/gutschein/gutschein.php'],
		['Fotoalbum', 'http://www.chillair.at/fotoalbum/'],	
	 ],
	['', '',null],
	['WETTERSTATION', null,null,
   	 	['Wetter Gemeindealpe', 'http://www.wetter.chillair.at/'],
		['Wetterabfrage Historie', 'http://www.chillair.at/wetter/wetterabfrage.php'],
		['Der Standort', 'http://www.wetter.chillair.at/sites/standort.php'],
		['Wartungsplan', 'http://www.wetter.chillair.at/sites/wartungsplan.php'],
	 ],
	['FLUGGEBIET GEMEINDEALPE', null,null,
   	 	['Startpl&auml;tze', 'http://www.chillair.at/sites/startplatz_gemeindealpe.php'],
		['Landeplatz', 'http://www.chillair.at/sites/landeplatz_gemeindealpe.php'],
		['Die Flugregeln', 'http://www.chillair.at/sites/flugregeln_gemeindealpe.php'],
		['Events ->', null, null,
			['BEREITS GENOSSEN', 'http://www.chillair.at/sites/event_09_2008.php'],	
			['06.09.2009', 'http://www.chillair.at/sites/event_09_2009.php'],	
		 ],
		['Fotoalbum', 'http://www.chillair.at/fotoalbum/'],
		['Wetter Gemeindealpe', 'http://www.wetter.chillair.at/'],
		['Neben dem Fliegen ->', null, null,
		 	['Rollerfahren', 'http://www.chillair.at/sites/rollerbahn.php'],
			['Wandern', 'http://www.chillair.at/sites/wandern.php'],
			['Skifahren', 'http://www.chillair.at/sites/skigebiet_gemeindealpe.php'],	
			['Hochseilgarten', 'http://www.chillair.at/sites/hochseilgarten.php'],
			['Tauchen', 'http://www.chillair.at/sites/tauchen.php'],
			['Erlaufsee', 'http://www.chillair.at/sites/erlaufsee.php'],
			['B&uuml;rgeralpe', 'http://www.chillair.at/sites/buergeralpe.php'],
			['Freibad Mitterbach', 'http://www.chillair.at/sites/alpenbad_mitterbach.php'],
			['Die Basilika in Mariazell', 'http://www.chillair.at/sites/basilika.php'],
			['Mariazellerbahn', 'http://www.chillair.at/sites/mariazellerbahn.php'],
			['Holzknechtland', 'http://www.chillair.at/sites/holzknechtland.php'],
			['Museumstramway', 'http://www.chillair.at/sites/museumstramway.php'],
		 ],	 
	 ],
	['ALLGEMEINES', null, null,
		['Gewinnspiel 2009', 'http://www.chillair.at/sites/gewinnspiel.php'],
		['Fotoalbum', 'http://www.chillair.at/fotoalbum/'],	
		['Startseite Member Bereich', 'http://www.chillair.at/login/'],	
		['Newsletter', 'http://www.chillair.at/newsletter/newsletter.php'],
 	 	['Das Team', 'http://www.chillair.at/sites/team.php'],
		['G&auml;stebuch', 'http://www.chillair.at/gaestebuch/gaestebuch.php'],
		['Werben mit Chillair', 'http://www.chillair.at/sites/promotion.php'],
		['Chillair and Friends ->', null,null,
		 	['SOS Kinderdorf', 'http://www.chillair.at/sites/sos_kinderdorf.php'],
			['AJAX&acute;07 - Das Fstival', 'http://www.chillair.at/sites/ajax07.php'],
			['SC Markgrafneusiedl', 'http://www.chillair.at/sites/sc_markgrafneusiedl.php'],
		 ],
		['Unsere Partner', 'http://www.chillair.at/sites/partner.php'],	 
		['Kontakt - Impressum', 'http://www.chillair.at/sites/impressum.php'],
		['AGB - Tandem &amp; Shop', 'http://www.chillair.at/sites/agb.php'],
		['Jobs', 'http://www.chillair.at/prom/promotion.php?url=CHILLAIR-JOBS-NAV'],
	 ],
];


