function mapTHIS(mapAddress){
if(mapAddress==""){
  alert("Cannot find this address.")
}else{
  loC = "seastats.asp?Address="+mapAddress
//alert (loC)
  window.open(loC,"seaStats","location=yes,status=yes,scrollbars=yes,resizable=yes,width=400,height=300")
}
}
