if (window.autoValidate) {
  autoValidate.init();
  defangResets.init(); 
}
if (typeof(fontSizer) != "undefined") {
  fontSizer.init();
}

if (typeof(collapseSections) != "undefined") {
  collapseSections.config.collapse = 
  {
    "blockSel"    : "div.enav",
    "headSel"     : "h2.boxhd",
    "openFirst"   : false,
    "closeOnblur" : false
  };
  collapseSections.init();
}

if (typeof(tabSwitcher) != "undefined") { 
  tabSwitcher.config = {
    tabbox : {
      box         : "div.tabflap",
      tocitems    : "ul li",
      showFirst   : true,         // Should the first section default to "open"?
      cssHide     : true          // Should the script hide the sections with theSection.style.display="none" (false) or with simple CSS class names (true); ??
    }
  };
  tabSwitcher.init();
}