var menuHierarchy = [
	['Home', 'index1.html'],
	['Standorte', null, 
		['Barmstedt', 'html/barm.html'],
		['Elmshorn', 'html/elms.html',],
		['Uetersen', 'html/uet.html']],
	['Fahrzeuge', null,
		['PKWs', 'html/autos.html'],
		['Zweir&auml;der', 'html/krads.html'],
		['LKWs', 'html/last.html']],
	['Allgemeines', null,
		['Team', 'html/team.html'],
		['F&uuml;hrerscheinklassen', 'html/ausbild.html'],
		['F&uuml;hrerschein mit 17', 'html/fuehrer17.html'],
		['Pflichtstunden', null,
		   ['Theorie', 'html/theorie.html'],
		   ['Sonderfahrten', 'html/sonderfahrten.html']]],
	['Preise & Angebote', null,
		['Preisanfrage', 'php/preise.php'],
		['Angebotspreise','php/angebotspreise.php?auswahl=1']],
	['Anmeldung', 'html/anmeldung.html'],
	['Gutscheinservice', 'php/gutschein.php'],
	['Erste Hilfe', 'php/angebotspreise.php?auswahl=2'],
	['Punkte in Flensburg', 'php/angebotspreise.php?auswahl=3'],
	['MPU', 'html/mpu.html'],
	['Kontakt', 'html/kont.html'],
	['G&auml;stebuch', '../mgb/guestbook.php']
	];
	