function details(){
winpops=window.open("ccdetails.html","","width=450,height=150,menubar,")
}


function checkform(pet){


if (pet.address.value == "") {
    alert( "Please complete all details before sending form." );
    return false ;
  }



  return true ;
}