//PopUp Window
function doPopUpGlobe(){
  doPopUpWindow = window.open("glob_e.htm","Global",
  "resizable=no,scrollbars=yes,status=no,menubar=no,toolbar=no,left=80,top=40,screenX=80,screenY=80,width=460,height=493");
}
