function fitFrame() {
    with (document.getElementById("ifr")) {
        height = contentWindow.document.body.scrollHeight;
        height = contentWindow.document.documentElement.scrollHeight;
    }
}




