/*
  --- 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', null],
	["Destinations&nbsp;&nbsp;&nbsp;&nbsp; <img src='images/arrow_down.gif'>", null, {'sb' : 'Destinations'},
		['California', 'california.html'],
		['Hawaii', 'hawaii.html'],
		['Las Vegas', 'lasvegas.html']
	],
	["Brochures&nbsp;&nbsp;&nbsp;&nbsp; <img src='images/arrow_down.gif'>", 'brochures.html', {'sb' : 'Brochures'},
		['About Our Brochures', 'brochures.html'],
		['California Brochure', 'california2_brochure.html'],
		['Hawaii Brochure', 'hawaii2_brochure.html'],
		['Las Vegas Brochure', 'lasvegas2_brochure.html']
	],
	['What\'s New', 'whatsnew.html'],
	['About Us', 'aboutus.html'],
	['Contact Us', 'contact_us.html'],
];

