
function onloadfunct() { 
var divh = document.getElementById('top').offsetHeight;
if(divh<1050) {
    document.getElementById('top').style.height='1050px';
}
//alert(divh);
}
 
