﻿// JScript File
function initialize()
{ 


document.getElementById('body_frame').style.height = document.frames("body_frame").document.body.style.height;
middle_cell.style.height = eval(parseInt(document.getElementById('body_frame').style.height) - 190);

if(parseInt(middle_cell.style.height) <255)
    {
    middle_cell.style.height="255px";
    }
}


 function init_homePage()
        {
        document.body.style.height = eval(parseInt(image.style.height) + parseInt(content.style.height))+"px";   
        }
        
        


  