
function search_validation_car()
{DocF=document.search;if((DocF.ap.value)=="0")
{alert("Plese specify the airport name!");DocF.ap.focus();return false;}
var agreewin=dhtmlmodal.open("agreebox","iframe","/carparkingloading.php","","width=420px,height=210px,center=1,resize=0,scrolling=0","recal")
agreewin.onclose=function(){var theform=this.contentDoc.getElementById("eula")
var yesbox=theform.eulabox[0]
var nobox=theform.esulabox[1]
if(yesbox.checked==true)
alert("You agreed to the terms")
else if(nobox.checked==true)
alert("You didn't agree to the terms")
return true}
return true;}
function search_validation_car1()
{DocF=document.searchcarpark;if((DocF.ap.value)=="0")
{alert("Plese specify the airport name!");DocF.ap.focus();return false;}
var agreewin=dhtmlmodal.open("agreebox","iframe","carparkingloading.php","","width=420px,height=210px,center=1,resize=0,scrolling=0","recal")
agreewin.onclose=function(){var theform=this.contentDoc.getElementById("eula")
var yesbox=theform.eulabox[0]
var nobox=theform.esulabox[1]
if(yesbox.checked==true)
alert("You agreed to the terms")
else if(nobox.checked==true)
alert("You didn't agree to the terms")
return true}
return true;}