// JavaScript Document
function PatronWindow()
    {
      ThisPage="PatronWindow"
      PatronInfo=window.open("http://webcat.winnefox.org/web2/tramp2.exe/log_in?patron&SETTING_KEY=Neenah&servers=1home&SCREEN=MyAccount.html&amp;*screen_type=Account","PatronInfo","status=0,resizable=yes,height=500,width=700,menu,scrollbars,left=0,top=0,ScreenX=0,ScreenY=0");
      PatronInfo.focus();
    }    