
if(window.tabSwitcher) {
  tabSwitcher.config = {
    tabbox : {
      box         : "div.tabs",
      tocitems    : "ul li",
      //anchorClass : "stream",     // will default to "stream" if this parameter is missing
      //showFirst   : true,         // Should the first section default to "open"?
      cssHide     : false         // Should the script hide the sections with theSection.style.display="none" (false) or with simple CSS class names (true); ??
    }
  };
  tabSwitcher.init();
}