document.body.onload = function(){
var _x = (clientHeight())-(document.getElementById('header').style.height)-140;
document.getElementById('center').style.height = _x;

};
document.body.onresize = function(){
var _x = (clientHeight())-(document.getElementById('header').style.height)-140;
document.getElementById('center').style.height = _x;

};
