    function openWindow(winfile)
      {
      window.open(winfile,'','width=525,height=430,top=10,left=10,menubar=yes,scrollbars=yes');
      }

