if (typeof(stepPageWidth) != "undefined") {
  stepPageWidth.init([960]);
}

if (typeof(fontSizer) != "undefined") {
  fontSizer.init();
}

if (typeof(pagebodyHeight) != "undefined") {
  addEvent(window, "load", pagebodyHeight.fix);
}