/*
  --- 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,
		['Rooms', 'http://www.senator-hotel.de/English/Hotel/zimmer.html'],
		['Conferences', 'http://www.senator-hotel.de/English/Hotel/tagungen.html'],
		['Breakfast', 'http://www.senator-hotel.de/English/Hotel/fruehstueck.html'],
		['Fitness', 'http://www.senator-hotel.de/English/Hotel/fitness.html'],
		['Bar', 'http://www.senator-hotel.de/English/Hotel/bar.html'],
	],
	['News', null, null,
		['Arrangements', null, null, 
    		['City Breaks', 'http://www.senator-hotel.de/English/Aktuelles/arrangements.html'],
    		['Three for two', 'http://www.senator-hotel.de/English/Aktuelles/dreifuerzwei.html']
    ],
		['Events', 'http://www.senator-hotel.de/English/Aktuelles/events.html'],
	],
	['Reservation', null, null,
		['Room Inquiry', 'http://www.senator-hotel.de/English/Buchung/zimmer_anfrage.html'],
		['Meeting Inquiry', 'http://www.senator-hotel.de/English/Buchung/tagungs_anfrage.html'],
		['Online-Booking', 'http://www.senator-hotel.de/English/Buchung/buchung.html'],
		['Call Back Service', 'http://www.senator-hotel.de/English/Buchung/callback.html'],
	],
	['Contact', null, null,
    ['Address', 'http://www.senator-hotel.de/English/Kontakt/adresse.html'],
		['How to find us', null, null, 
    		['Public Transport', 'http://www.senator-hotel.de/English/Kontakt/bus_bahn.html'],
    		['By Car', 'http://www.senator-hotel.de/English/Kontakt/Auto.html']
    ],
		['To the fair', 'http://www.senator-hotel.de/English/Kontakt/messe.html'],
	],
  ['Links', 'http://www.senator-hotel.de/English/Links/links.html'],
  ['GTC', 'http://www.senator-hotel.de/English/AGB/agb.html']
];

