if (typeof(initFontSizer) != "undefined") {
  FontSzConfig["maxSize"] = 4;
  initFontSizer();
}

function initPage() 
{
  if (typeof(fixPagebodyHeight) != "undefined") { fixPagebodyHeight(); }
}

window.onload = initPage;

