// JavaScript Document
function resize() {
 var iframe = document.all.centerframe;
  iframe.height=document.frames("centerframe").document.body.s crollHeight;
}