if (typeof(collapseSections) != "undefined") {
  collapseSections.config = {
    roundcollapse : {
      blockSel    : "div.roundcollapse",
      headSel     : "h2.boxhd",
      openFirst   : false,
      closeOnblur : false
    }
  };
  collapseSections.init();
}
if (typeof(initAutoValidation) != "undefined") {
  initAutoValidation(); 
  initSafeResetButtons();
}
(function(){
  var c = document.getElementById("noContentFlashHack");
  if (c) { c.parentNode.removeChild(c); }
})();



if (typeof(fontSizer) != "undefined") {
  fontSizer.init();
}
if (typeof(stepPageWidth) != "undefined") {
  stepPageWidth.init([985]);
}
if (typeof(popupLinks) != "undefined") {
  popupLinks.init();
}


