  function popuphelp(helpfile) {
    window.open(helpfile, '_blank', config='height=600,width=500,resizable=yes,scrollbars=yes');
  }

