var h=document.documentElement.clientHeight;
h=Math.round(h-139-61)+'px';
document.getElementById('content_text').style.maxHeight=h;
