if(tabSwitcher) {
  tabSwitcher.config = {
    tabbox : {
      box         : 'div.tnav',
      tocitems    : 'ul 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();
}

if(window.labelizor) {
  labelizor.init(['cf_name','cf_mail','cf_msg','subscremail']);
}

if(window.autoValidate) {
  autoValidate.init();
}


if(window.collapseSections)
{
  collapseSections.config = {
    collapse : {
      blockSel    : 'div.qa',
      headSel     : 'strong',
      startOpen   : 0
    }
  };
  collapseSections.init();
}