/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Hotel', null, null,
		['Zimmer', 'http://www.senator-hotel.de/German/Hotel/zimmer.html'],
		['Tagungen', 'http://www.senator-hotel.de/German/Hotel/tagungen.html'],
		['Frühstück', 'http://www.senator-hotel.de/German/Hotel/fruehstueck.html'],
		['Fitness', 'http://www.senator-hotel.de/German/Hotel/fitness.html'],
		['Bar', 'http://www.senator-hotel.de/German/Hotel/bar.html'],
	],
	['Aktuelles', null, null,
		['Arrangements', null, null, 
    		['City Breaks', 'http://www.senator-hotel.de/German/Aktuelles/arrangements.html'],
    		['Drei für Zwei', 'http://www.senator-hotel.de/German/Aktuelles/arrangements2.html']
    ],
		['Events', 'http://www.senator-hotel.de/German/Aktuelles/events.html'],
		['Jobs', 'http://www.senator-hotel.de/German/Aktuelles/nojob.html'],
	],
	['Buchung', null, null,
		['Zimmeranfrage', 'http://www.senator-hotel.de/German/Buchung/zimmer_anfrage.html'],
		['Tagungungsanfrage', 'http://www.senator-hotel.de/German/Buchung/tagungs_anfrage.html'],
		['Online-Buchung', 'http://www.senator-hotel.de/German/Buchung/buchung.html'],
		['Call Back Service', 'http://www.senator-hotel.de/German/Buchung/callback.html'],
	],
	['Kontakt', null, null,
    ['Adresse', 'http://www.senator-hotel.de/German/Kontakt/adresse.html'],
		['So finden Sie uns', null, null, 
    		['Mit Bus & Bahn', 'http://www.senator-hotel.de/German/Kontakt/bus_bahn.html'],
    		['Mit dem Auto', 'http://www.senator-hotel.de/German/Kontakt/Auto.html']
    ],
		['Zur Messe', 'http://www.senator-hotel.de/German/Kontakt/messe.html'],
	],
  ['Links', 'http://www.senator-hotel.de/German/Links/links.html'],
  ['AGB/Impressum', 'http://www.senator-hotel.de/German/AGB/agb.html']
];

