function Sz(){var left=document.getElementById('left');var main=document.getElementById('main');if(left.offsetHeight<main.offsetHeight-260){main.style.height=main.offsetHeight+150+'px';var totaal=main.offsetHeight+132;}if(left.offsetHeight>main.offsetHeight-260){main.style.height=left.offsetHeight+410+'px';var totaal=main.offsetHeight+132;}document.getElementById('wrapper').style.height=totaal+'px';};
function entsub(event,ourform){if(event&&event.which==13)ourform.submit();else return true;}
function Sz2(){if(navigator.appName == 'Microsoft Internet Explorer'){var version=navigator.appVersion.split(";");if(version[1] == ' MSIE 6.0'){var left=document.getElementById('left');var main=document.getElementById('main');var height=left.offsetHeight+262;document.write('<style type="text/css">#main{margin-top:-' + height + 'px}</style>');};};};
if(navigator.appName == 'Microsoft Internet Explorer'){var version=navigator.appVersion.split(";");if(version[1] != ' MSIE 6.0'){document.write('<style type="text/css">div.login{background:url(\'/img/login-trans.png\') no-repeat}</style>');};}else{document.write('<style type="text/css">div.login{background:url(\'/img/login-trans.png\') no-repeat}</style>');}