function reinit(){ if (document.body.clientHeight > 615) { table1.height=document.body.clientHeight } else table1.height=615; if (document.body.clientWidth > 725) { table1.width=document.body.clientWidth } else table1.width=725; capt.style.fontSize=(text.clientWidth-350)/23+17; if (document.body.clientHeight < 500) { main1.style.top=173; main2.style.top=165; main3.style.top=-80; } else { docheight=Math.floor((document.body.clientHeight-63)/2); docheight=docheight-docheight%10+8; if (docheight<298) { main1.style.top=docheight-46; main2.style.top=docheight-54; main3.style.top=docheight-298; } } }