    function openbigWindow(winfile)
      {
      window.open(winfile,'','top=50,left=10,menubar=yes,scrollbars=yes');
      }

