function resize() {
  var iframe = document.all.NAME;
   iframe.height=document.frames("NAME").document.body.scrollHeight;
}



