
  function SetDivPosition()
  {
  document.getElementById('topDiv').style.height = ((document.body.clientHeight - 480) / 2) + "px";
  }


