function doResize(id){var adjTotal=428;var bh=window.innerHeight?window.innerHeight:document.documentElement?document.documentElement.clientHeight:document.body.clientHeight;var tbl=document.getElementById?document.getElementById(id):document.all?document.all(id):null;if(tbl){if(bh-adjTotal>0){tbl.style.height=(bh-adjTotal)+'px';}return true;}}
function doStartup(){doResize('tblMainCopyWrapper');}
window.onload=doStartup;
window.onresize=doStartup;