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