if (window.fontSizer) {
  fontSizer.init();
}
if(typeof(autoValidate) != "undefined")
{  
  defangForm.resetButtons.init(); // make "reset" buttons more safe
  defangForm.enterKey.init();     // disable submit form with Enter
  autoValidate.init();            // automaticall
}

if (typeof(pagebodyHeight) != "undefined") {
  addEvent(window, "load", pagebodyHeight.fix);
}

if (window.zebraLists) {
  zebraLists.includes = {
    '.zebra' : {
    items : 'tr',
    subClasses : ['subrow'],
    excludeClasses : ['subtotal','total','th'],
    oddClass : 'odd',
    handle : 'zebra'
    }
  };
  zebraLists.init();
}
