var MyAccount

function WinOpen2(){ //Opens a new window to display account information
         MyAccount=window.open("https://catalog.santacruzpl.org/web2/tramp2.exe/log_in?SETTING_KEY=English&screen=MyAccount.html", "MyAccount",
            "status=0,toolbar=0,resizable=yes,scrollbars=1,height=500,width=600,left=0,top=0")
      }
   function WinClose() {
      if (MyAccount && !(MyAccount.closed)) {
         MyAccount.close()
      }
}