function initPage() 
{
  if (typeof(initFontSizer) != "undefined") { initFontSizer(); }

  if (typeof(fixPagebodyHeight) != "undefined") { fixPagebodyHeight(); }

  if (typeof(closeDropMenus) != "undefined") {
    closeDropMenus();
    // closeDhtmlMenus();
  }

}

window.onload = initPage;

