function volver()
	{
		history.go(-1)
	}
function go_to(pag)
	{
 	window.location=pag
	}	
function programas()
	{
		window.document.location='/esp/programas.htm'
	}
	
function programas_en()
	{
		window.document.location='/eng/programs.htm'
	}
function amigo()
	{
		window.document.location='/esp/enviar-foto-amigo.htm'
	}
	
function amigo_en()
	{
		window.document.location='/eng/send-picture-friend.htm'
	}
function consultas()
	{
		window.document.location='/esp/consultas.htm'
	}
	
function consultas_en()
	{
		window.document.location='/eng/questions.htm'
	}
	
function reservas_programas()
	{
		window.document.location='/esp/reservas.htm'
	}
	
function reservas_programas_en()
	{
		window.document.location='/eng/bookings.htm'
	}

function reservas()
	{
		window.document.location='/esp/reservas-alojamiento.htm'
	}
	
function reservas_en()
	{
		window.document.location='/eng/hotels-bookings.htm'
	}

function excursiones()
	{
		window.document.location='/esp/excursiones.htm'
	}
	
function excursiones_en()
	{
		window.document.location='/eng/excursions.htm'
	}

function atractivos()
	{
		window.document.location='/esp/atractivos.htm'
	}
	
function atractivos_en()
	{
		window.document.location='/eng/attractions.htm'
	}

function contacto()
	{
		window.document.location='/esp/contacto.htm'
	}
	
function contacto_en()
{
	window.document.location='/eng/contact-us.htm'
}
//el div toma el link que tiene dentro
function mClk(src) 
{
	if(event.srcElement.tagName=='div')
	{
	src.children.tags('A')[0].click();
	}
}