dsafsafsafsafsafdsa
<script> <BR>window.onload=function (){ <BR>function auto_height() <BR>{ <BR>//var h= document.documentElement.clientHeight-200; <BR>//var high = document.getElementById("box"); <BR>//high.style.height=h+"px"; <BR>document.getElementById("box").style.height=document.documentElement.clientHeight-200+"px"; <BR>} <BR>auto_height(); <BR>onresize=auto_height; <BR>} <BR></script>