<script>
function getClientHeight()
{
return document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientHeight:document.body.clientHeight;
}
function getheight(){
var winh = (getClientHeight()) - 60;
document.getElementById('cli').style.height = (Math.round(winh/100*60)-1) + "px";
document.getElementById('bottom').style.height = (Math.round(winh/100*40)-1) + "px";
}
</script>
<body onLoad="getheight()">
Добрый день. Скрипт отлично пашет в Хроме, ФаерФоксе но опера подводит не подскажете что добавить чтоб заработало???