/*
  --- menu items ---
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	["Home&nbsp;&nbsp;&nbsp;&nbsp; <img src='images/arrow_down.gif'>", 'index.html', {'sb' : 'Home'},
		['Main Page home', 'index.html'],
		['Las Vegas home', 'lasvegas.html'],
		['Las Vegas Brochure', 'lasvegas2_brochure.html']
	],
	["Hotels&nbsp;&nbsp;&nbsp;&nbsp; <img src='images/arrow_down.gif'>", 'lasvegas_hotels.html', {'sb' : 'Las Vegas'},
		['Hotel list &amp; maps', 'lasvegas_hotels.html'],
		["Las Vegas Hotels (A - L)&nbsp;&nbsp;&nbsp;&nbsp; <img src='images/arrow_right.gif'>", null, {'sb' : 'Las Vegas Hotels'},
			['Aria', 'lasvegashotel_aria.html'],
			['Bally\'s', 'lasvegashotel_ballys.html'],
			['Bellagio', 'lasvegashotel_bellagio.html'],
			['Bill\'s Gamblin\' Hall', 'lasvegashotel_billsgamblin.html'],
			['Caesar\'s Palace', 'lasvegashotel_caesarspalace.html'],
			['Circus Circus', 'lasvegashotel_circuscircus.html'],
			['Encore at Wynn', 'lasvegashotel_encorewynn.html'],
			['Excalibur', 'lasvegashotel_excalibur.html'],
			['Flamingo', 'lasvegashotel_flamingo.html'],
			['Golden Nugget', 'lasvegashotel_goldennugget.html'],
			['Hard Rock Hotel', 'lasvegashotel_hardrock.html'],
			['Harrah\'s Las Vegas', 'lasvegashotel_harrahs.html'],
			['Imperial Palace', 'lasvegashotel_imperialpalace.html'],
			['Las Vegas Hilton', 'lasvegashotel_hilton.html'],
			['Luxor', 'lasvegashotel_luxor.html']
		],
		["Las Vegas Hotels (M - Z)&nbsp;&nbsp;&nbsp;&nbsp; <img src='images/arrow_right.gif'>", null, {'sb' : 'Las Vegas Hotels'},
			['Mandalay Bay', 'lasvegashotel_mandalaybay.html'],
			['MGM Grand', 'lasvegashotel_mgmgrand.html'],
			['Mirage', 'lasvegashotel_mirage.html'],
			['Monte Carlo', 'lasvegashotel_montecarlo.html'],
			['New York New York', 'lasvegashotel_newyorknewyork.html'],
			['Palazzo Hotel', 'lasvegashotel_palazzo.html'],
			['Paris', 'lasvegashotel_paris.html'],
			['Planet Hollywood', 'lasvegashotel_aladdin.html'],
			['Rio All Suites', 'lasvegashotel_rio.html'],
			['Riviera', 'lasvegashotel_riviera.html'],
			['Signature MGM Grand', 'lasvegashotel_signaturemgm.html'],
			['Treasure Island', 'lasvegashotel_treasureisland.html'],
			['Vdara', 'lasvegashotel_vdara.html'],
			['Venetian', 'lasvegashotel_venetian.html'],
			['Wynn Las Vegas', 'lasvegashotel_wynn.html']
		],
	],
	['Tours &amp; Transfers', 'lasvegas_sightseeing2.html'],
	['Car Rental', 'lasvegas_carrental.html'],
	['Promotions', 'lasvegas_promotions.html'],
	['Booking Terms', 'lasvegas_bookinginfo.html'],
];

