/*
  --- 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 = [
    ['Bodas', 'lovers_wedding.asp', null,
	    ['Lovers Lagoon', 'lovers_wedding.asp', null,],
		['Beach Wedding','beach_wedding.asp', null,],],
	['Foto', 'classic_photo.asp', null,
			['Classic Photo Wedding','classic_photo.asp', null,],
			['Dream Wedding Photo', 'dream_photo.asp', null,],
			['Diamond Wedding Photo', 'diamond_photo.asp', null,],],
		['Video', 'classic_video.asp', null,
			['Classic Wedding Video', 'classic_video.asp', null,],
			['Dream Wedding Video', 'dream_video.asp', null,],
			['Diamond Wedding Video', 'diamond_video.asp', null,],],
	
	['Locaciones', null, null,
	 	['Cancun', null, null,],
		['Isla Mujeres', null, null,
			['Zama Beach', 'zama_beach.asp', null,] ,],
		['Cozumel', null, null,],
		['Playa del Carmen', null, null,],
		['Tulum', null, null,],],
	['Requerimientos', 'requirements_weddings.asp', null,],
	['Planeador', null, null,],
	['Contactanos', 'contact_us.asp', null,],
	
];

