function frameCheck() {
     frameBody = window.frames["forumIframe"];
     if (frameBody && frameBody.document && frameBody.document.body) {
        height = frameBody.document.body.scrollHeight;
        document.getElementById("forumIframe").height = height;
     }
}
