function resizeFrame(){ var WX,WY,BX,BY; var o=document.getElementById('iFaU1MKft'),t,d; if (!o) return; d=o.contentDocument; if (!(t=d.getElementById('wrapperXaU1MKft'))) WX=0; else WX=t.value; if (!(t=d.getElementById('wrapperYaU1MKft'))) WY=0; else WY=t.value; if (!(t=d.getElementById('bannerXaU1MKft'))) BX=0; else BX=t.value; if (!(t=d.getElementById('bannerYaU1MKft'))) 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'; }
[ Регистрация | Вход ]