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