function resizeFrame()
{
  parent.document.getElementById("aspsite").height= document.body.scrollHeight;
} 