function resizeHeight(fr) { var frbody = fr.contentWindow.document.body; fr.style.height = frbody.scrollHeight;// + ( frbody.offsetHeight - frbody.clientHeight ); }