function resize() { //find the width/height of the internal page var the_height= document.getElementById('insert_iframe_id1943187207').contentWindow.document.body.scrollHeight ; var the_width= document.getElementById('insert_iframe_id1943187207').contentWindow.document.body.scrollWidth; //change the width/height of the iframe document.getElementById('insert_iframe_id1943187207').width= the_width; document.getElementById('insert_iframe_id1943187207').height= the_height; } document.writeln('