function window.onload()
{
  var div = window.parent.document.getElementById('div1');
  div.style.height=document.body.scrollHeight+20;
}

