function iframe_autoresize(fr) {
  fr.height = eval(fr.name+".document.body.scrollHeight");
}

