/* --- menu items --- */
var MENU_ITEMS = [
	['&nbsp;&nbsp;profil', 'profil.html',
		['&nbsp;&nbsp;Historie', 'historie.html'],
		['&nbsp;&nbsp;Philosophie', 'philosophie.html' ],
		['&nbsp;&nbsp;Chauffeure', 'team.html'],
	],
	['&nbsp;&nbsp;services', 'seite1.html',
			['&nbsp;&nbsp;Consulting', 'consulting.html'],
			['&nbsp;&nbsp;Sightseeing', 'sightseeing.html'],
			['&nbsp;&nbsp;Corporate Service', 'corporate.html'],
			['&nbsp;&nbsp;Airport Service', 'airport.html'],
	],

	['&nbsp;&nbsp;wagen', 'wagen.html',
		['&nbsp;&nbsp;Deluxe Sedan', 'deluxe.html'],
		['&nbsp;&nbsp;Sedan','sedan.html'],
		['&nbsp;&nbsp;Minivan', 'minivan.html'],
['&nbsp;&nbsp;Specials', 'special.html'],
	],
	['&nbsp;&nbsp;tarife', 'tarife.html',
			['&nbsp;&nbsp;AGB', 'agb.html'],
			['&nbsp;&nbsp;Ihre Anfrage', 'anfrage.html'],
			,
	],
	['&nbsp;&nbsp;netzwerk', 'netzwerk.html',
			
			
	],
	['&nbsp;&nbsp;specials', 'specials.html',
			['&nbsp;&nbsp;Individual Tours', 'individual.html'],
			['&nbsp;&nbsp;Security Service', 'security.html'],
			['&nbsp;&nbsp;Convention Service', 'conference.html'],
			['&nbsp;&nbsp;Fotoreportagen', 'foto.html'],
                       
	],

];

