function help(type, sect) {
  var hlp = window.open("Help/" + type + "/" + sect + ".htm", "help", "status=no, scrollbars=yes, toolbar=no, menubar=no, resizable=yes");
  hlp.focus();
}

