
function addBookmark() {
  var name, namex, namexx;
    name=document.title;
    namex="MYGEO.INFO___ ";
    namexx=namex.concat(name);


  if (window.external)


    external.AddFavorite(location.href,namexx)
  else
    alert("Sorry, your browser doesn't support this feature. :-(");
}

function closepopup(){
var popurl="";
winpops=window.open(popurl,"","width=800,height=700,left=80,top=80,toolbar=yes,menubar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes")
}

