;;;window.console&&console.log( 'reh' );

if (typeof(fontSizer) != "undefined") {
  fontSizer.init();
  
}

if (typeof(initPopupLinks) != "undefined") { 
     popupLinkConfig["topbanner"] = new Array ( "", "width=1000,height=650,top=150,left=150");
  	 initPopupLinks();
}

if (typeof(collapseSections) != "undefined") {
  collapseSections.init({

    notification : {
      blockSel    : "body.home div.snav li.cat2",
      excludeSel  : "body.home div.snav ul.level2 li",
      headSel     : "a",
      openFirst   : false,
      closeOnblur : false
    }
  });
}