function calcHeight() {
    //SH Iframe Height Auto Resize v.01
    //Used to resize the height of IFRAME to fit the content without any scrollbar.
    //Coded by Silvery Hat Hacker 2006
    var dodai_trang = document.getElementById('main').contentWindow.document.body.scrollHeight;
    document.getElementById('main').height = dodai_trang;
}
