/*
  --- 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 = [
	['MS', null, null,
		['Beach Weddings', null, null,
			['Simple Beach Wedding', 'http://www.heirateninflorida.com/en/simple_beach_wedding.html', null],
			['Romantic Beach W.', 'http://www.heirateninflorida.com/en/romantic_beach_wedding.html', null],
			['Deluxe Beach Wedding', 'http://www.heirateninflorida.com/en/deluxe_beach_wedding.html', null],
			['Ocean Drive Wedding', 'http://www.heirateninflorida.com/en/ocean_drive_wedding.html', null],
			['Weddings Special', 'http://www.heirateninflorida.com/en/weddings_special.html', null]
		],
		['Historic Monastery', 'http://www.heirateninflorida.com/en/historic_places.html', null],
		['Other places', 'http://www.heirateninflorida.com/en/other_places.html', null]
	]
];


