function FormCheck()
{
//	alert(sform.tcity.value);
 popUp("result.asp?trip="+ sform.trip.value +"&fcity=" + sform.fcity.value + "&tcity=" + sform.tcity.value + "&etdday=" + sform.etdday.value + "&etdyear=" + sform.etdyear.value + "&etdmonth=" + sform.etdmonth.value + "&etaday=" + sform.etaday.value + "&etamonth=" + sform.etamonth.value+ "&etayear=" + sform.etayear.value + "")
  return (false);
}
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=580,height=420,left = 250,top = 230');");
}
