<!--
function resize() {
 var iframe = document.all.stretch;
  iframe.height=document.frames("stretch").document.body.scrollHeight;
}
//-->