function resizeIframeToFitContent(iframe) {
 iframe.height = Editor.document.body.scrollHeight + 300;
 iframe.width = Editor.document.body.scrollWidth;
 } // resizeIframeToFitContent
