if (typeof(closeDropMenus) != "undefined") {
  closeDhtmlMenus();
}

(function(){
  var c = document.getElementById("noContentFlashHack");
  if (c) { c.parentNode.removeChild(c); }
})();


if (typeof(fontSizer) != "undefined") {
  fontSizer.init();
}

if (typeof(pagebodyHeight) != "undefined") {
  addEvent(window, "load", false, pagebodyHeight.fix);
}


