function resizeFrame(){ var WX,WY,BX,BY; var o=document.getElementById('iFat5V5D'),t,d; if (!o) return; d=o.contentDocument; if (!(t=d.getElementById('wrapperXat5V5D'))) WX=0; else WX=t.value; if (!(t=d.getElementById('wrapperYat5V5D'))) WY=0; else WY=t.value; if (!(t=d.getElementById('bannerXat5V5D'))) BX=0; else BX=t.value; if (!(t=d.getElementById('bannerYat5V5D'))) BY=0; else BY=t.value; BX=parseInt(BX)+parseInt(WX); BY=parseInt(BY)+parseInt(WY); if (BX<0) o.style.width="100%"; else if (BX>0) o.style.width=BX+'px'; if (BY<0) o.style.height="100%"; else if (BY>0) o.style.height=BY+'px'; }
[ Регистрация | Вход ]