if (window.popupLinks)
{
  //popupLinks.config[""] = [];
  popupLinks.init();
}

if (window.fontSizer) { fontSizer.init(); }

if (window.autoValidate)
{
  autoValidate.init();
  defangForm.resetButtons.init();
}

if (window.tabSwitcher)
{
  tabSwitcher.config = {
    tabbox : {
      box         : "div.tabbox",
      tocitems    : "ul.index li",
      anchorClass : "stream",     // will default to "stream" if this parameter is missing
      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();
}


// clear out Google Analytics Cookies...
if (document.cookie.indexOf('__utm')>-1)
{
  var cHostname = '.'+document.location.host;
  cookieU.set('__utmc', '', '/', -10000, cHostname);
  cookieU.set('__utma', '', '/', -10000, cHostname);
  cookieU.set('__utmz', '', '/', -10000, cHostname);
}


