function FLoad()
{
    var div_height = document.getElementById('main').clientHeight;
    var addcount = 28 - ((div_height - 762) % 28);
    div_height = div_height + addcount;
    document.getElementById('main').style.height=div_height+"px";    
    document.getElementById('cover_bottom').style.display="block";
}