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

