/* Copyright &copy; 2005 Mikrobit Sp. z o.o.. All Rights Reserved. */
var allHeight=0;var maintab=document.getElementById("maintab");var mainrow=document.getElementById("mainrow");for(i=0;i<maintab.rows.length;i++){if(maintab.rows[i].id!="mainrow"){allHeight+=maintab.rows[i].offsetHeight}}iHeight=document.body.offsetHeight;var addHeight=iHeight-allHeight;if(addHeight>0){mainrow.style.height=addHeight+"px";maintab.style.height="100%"}function myresize(b){iHeight=document.body.offsetHeight;var a=iHeight-allHeight;if(a>0){mainrow.style.height=a+"px";maintab.style.height="100%"}document.location.reload()}if(opener!=undefined&&maintab!=undefined){if(maintab.clientWidth>1024){var iWidth=screen.availWidth;window.resizeTo(iWidth,740);window.moveTo(0,0)}else{var iWidth=screen.availWidth>1024?1024:screen.availWidth;window.resizeTo(iWidth,740);window.moveTo(0,0)}mainrow.style.height="670px";maintab.style.height="676px"}window.onresize=myresize;
