
function resetform(){
document.reservation.fname.value=""; document.reservation.phone.value="";  document.reservation.adresse.value=""; document.reservation.email.value=""; document.reservation.company.value="";document.reservation.comments.value=""; document.reservation.country.options[0].selected=true;
}
function stopload(aa){

if(aa==0){
document.getElementById('page_loading').innerHTML ="THIS PAGE WAS NOT SENT , PLEASE TRY AGAIN!";}
else{document.getElementById('page_loading').innerHTML = "THANK YOU FOR WISHING !";}
}
function startload(){
document.getElementById('page_loading').innerHTML = "<img src=\"images/spinner.gif\" /><br />..sending data..";

}

