- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
function start(x, y, w, h) {
document.getElementById('al').style.left=x;
document.getElementById('al').style.top=y-Math.round(h/2);
document.getElementById('al').style.width=w;
document.getElementById('al').style.height=h;
h=Math.round((w+160)*h/w);
n=gdw()/100*75;
if (w<n) setTimeout('start('+(x-80)+', '+y+', '+(w+160)+', '+h+')',1);
}
Lure Of Chaos 06.02.2011 19:23 # +2
qweqwe 25.08.2021 10:12 # 0