function espaciov(){
	margenX = (document.body.clientWidth -  783 - 40) / 2;
	document.write("<td width='"+ margenX +"'><img src='images/shim.gif'></td>");
}

function espacioh(){
	if (document.body.clientWidth > 800){
		document.write("<tr><td height='70'><img src='images/shim.gif'></td></tr>");
	}
}

function verViaje(idViaje, idContinente){
	window.open("verViaje"+idContinente+".php?idViaje="+idViaje,"imagen","type=fullWindow, fullscreen=yes, toolbar=1, resizable=yes, scrollbars=1").focus();
}

function verOferta(idOferta, idioma){
	window.open("verOferta.php?idioma="+idioma+"&idOferta="+idOferta,'imagen','resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,width=800,height=450');	
}


function cambiarImagen(imagen, ruta){
	imagen.src=ruta;
}

function popContact_OLD()
	{
		window.open("contact.htm", "contact", "width=386,height=220");
	}
function popContact()
	{
		window.open("contact2.htm", "contact", "width=620,height=280");
	}
function popLegal()	{
	window.open("condLegal.php", "Condiciones_Legales", "width=550,height=500, scrollbars=1");
}
function popAviso()	{
	window.open("avisoLegal.php", "Aviso_Legales", "width=550,height=500, scrollbars=1");
}