function verAeropuertosSalidaAuto()
{
	window.open("AeropuertosSalidaAuto/a.htm","","width=600,height=450,scrollbars=YES");
}
function verAeropuertosLlegadaAuto(){
	window.open("AeropuertosLlegadaAuto/a.htm","","width=600,height=450,scrollbars=YES");
}
function FindCar()
{
	var valor;
	var pickdate=eval(document.req.Dept_Month.value)+1;
	var dropdate=eval(document.req.Ret_Month.value)+1;
	var today = new Date();
	var month = today.getMonth();
	var year  = today.getYear();
	var dia = today.getDay();
	valor="http://explorer.lynxtechnology.net/CGIDEVPGM/BUILD.PGM/0002430115/?COMPANY=PSAEROS_ES&compcode=AG&rqsttype=caravail&";
	valor=valor + "pickdate=" + pickdate + "%2F" + document.req.Dept_Day.value + "%2F" +  document.req.Ret_Year.value +"&";
	valor=valor + "dropdate=" + dropdate + "%2F" + document.req.Ret_Day.value + "%2F" + document.req.Ret_Year.value +"&";
	valor=valor + "txtname=&sysdate1=" +  month+""+dia+""+year +"&PLSID=" + document.req.plsid.value + "&PLSemail=" + document.req.plsemail;
	valor=valor + "&PICKUP=" + document.req.PICKUP.value;
	valor=valor + "&DROPOFF=" + document.req.DROPOFF.value;
	valor=valor + "&Dept_Month=" + document.req.Dept_Month.value;
	valor=valor + "&Dept_Day=" + document.req.Dept_Day.value;
	valor=valor + "&Dept_Year=" + document.req.Dept_Year.value;
	valor=valor + "&hourcrpu=" + document.req.hourcrpu.value;
	valor=valor + "&Ret_Month=" + document.req.Ret_Month.value;
	valor=valor + "&Ret_Year=" + document.req.Ret_Year.value;
	valor=valor + "&hourcrdo=" + document.req.hourcrdo.value;
	valor=valor + "&car_size=+";
	valor=valor + "&car_catg=" + document.req.car_catg.value;
	valor=valor + "&car_tranny=A";
	valor=valor + "&car_ac=R";
	valor=valor + "&car_sort=price";
	valor=valor + "&car_avail=10";
	valor=valor + "&persons=1";
	abrirNueva(valor);
}
function abrirNueva(URL)
{
	day=new Date();
	id=day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=800,height=600,left = 50,top = 75');");
}