function resizeContent(){
   document.getElementById('content').style.height=(document.body.clientHeight-110)+'px';
}
