/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Entrada', '../entrada/index.php', {'tw':'_self','tt':'Entrada','sb':'Entrada'}],
	['Relax', '../relax/index.php', {'tw':'_self','tt':'Relax','sb':'Relax'}],
	['Salud', '../salud/index.php', {'tw':'_self','tt':'Salud','sb':'Salud'}],
	['Recreacion', '../recreacion/index.php', {'tw':'_self','tt':'Recreacion','sb':'Recreacion'}],
	['Alojamiento', '../alojamiento/index.php', {'tw':'_self','tt':'Alojamiento','sb':'Alojamiento'},
		['Bungalows', '../bungalows/index.php', {'tw':'_self','tt':'Bungalows','sb':'Bungalows'}],
		['Camping', '../camping/index.php', {'tw':'_self','tt':'Camping','sb':'Camping'}],
		['Hotel', 'http://www.hotelvertientes.com.ar', {'tw':'_blank','tt':'Hotel Vertientes','sb':'Hotel Vertientes'}]
	],
	['Servicios', '../servicios/index.php', {'tw':'_self','tt':'Servicios','sb':'Servicios'}],
	['Tarifas y Reglamentos', '../tarifasyreglamentos/index.php', {'tw':'_self','tt':'Tarifas y Reglamentos','sb':'Tarifas y Reglamentos'}],
	['Plano del Complejo', '../plano/index.php', {'tw':'_self','tt':'Plano del Complejo','sb':'Plano del Complejo'}],
	['Promociones', '../promociones/index.php', {'tw':'_self','tt':'Promociones','sb':'Promociones'}],
	['Institucional', '../institucional/index.php', {'tw':'_self','tt':'Institucional','sb':'Institucional'}],
	['Spa', 'http://spa.termasvillaelisa.com', {'tw':'_self','tt':'Spa','sb':'Spa'}],
	['Golf', '../golf/index.php', {'tw':'_self','tt':'Golf','sb':'Golf'}],
	['Tenis', '../tenis/index.php', {'tw':'_self','tt':'Tenis','sb':'Tenis'}],
	['Club de Campo', 'http://clubdecampo.termasvillaelisa.com', {'tw':'_self','tt':'Club de Campo','sb':'Club de Campo'}],
	['Galeria de Fotos', '../galeria/index.php', {'tw':'_self','tt':'Galeria de Fotos','sb':'Galeria de Fotos'}],
	['Como Llegar?', '../comollegar/index.php', {'tw':'_self','tt':'Como Llegar?','sb':'Como Llegar?'}],
	['La Region', '../laregion/index.php', {'tw':'_self','tt':'La Region','sb':'La Region'}],
	['Links', '../links/index.php', {'tw':'_self','tt':'Links','sb':'Links'}],
	['Contacto', '../contacto/index.php', {'tw':'_self','tt':'Contacto','sb':'Contacto'}]
];
