resize = function() {
  var v_space = 0; // sum of the top and bottom padding, the banner hegiht, the margin under the banner, plus 40 for IE craziness
  var h_space = 0; // sum of the right and left page padding

  if (document.images[0]) window.resizeTo(538, 600);
}

window.onload=resize;
