function contacto(){
	document.location.href="http://www.lambea.com/contacto_in.html"
}
function abreUnete(){
	var w = 400;
	var h = 612;
	var x=(screen.width/2)-parseInt(w/2);
	var y=(screen.height/2)-parseInt(h/2);
	var ventana2 = window.open("http://www.lambea.com/lambea_unete.html","ventana2","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+w+",height="+h+",top="+y+",left="+x+"");
	ventana2.focus();
}
function avisoLegal(){
	var w = 400;
	var h = 612;
	var x=(screen.width/2)-parseInt(w/2);
	var y=(screen.height/2)-parseInt(h/2);
	var ventana = window.open("http://www.lambea.com/aviso_legal.html","ventana","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+w+",height="+h+",top="+y+",left="+x+"");
	ventana.focus();
}
function privacidad(){
	var w = 400;
	var h = 612;
	var x=(screen.width/2)-parseInt(w/2);
	var y=(screen.height/2)-parseInt(h/2);
	var ventana = window.open("http://www.lambea.com/politica_privacidad.html","ventana","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+w+",height="+h+",top="+y+",left="+x+"");
	ventana.focus();
}
function calculaTarifa(){
	document.location.href ="http://80.33.239.147/reserv1.asp"
}
function evento(){
	var w = 780;
	var h = 510;
	var x=(screen.width/2)-parseInt(w/2);
	var y=(screen.height/2)-parseInt(h/2);
	var ventana = window.open("http://www.tmmracing.es/invitacion.html","ventana","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+w+",height="+h+",top="+y+",left="+x+"");
	ventana.focus();
}

