Каталог товаров
Каталог товаров

Папка картонна, А4, Дело, (0111308)

ПроизводительУкраїна

Код товара146187

Штрихкод2900001146272

10 грн
Есть в наличииДоступно под заказНет в наличии

Your browser does not support the canvas element.

'; //FPS = Math.round(100/(maxSpeed+2-speed)); FPS = Math.round(100/cSpeed); SECONDS_BETWEEN_FRAMES = 1 / FPS; g_GameObjectManager = null; g_run=genImage; g_run.width=cTotalFrames*cFrameWidth; genImage.onload=function (){cImageTimeout=setTimeout(fun, 0)}; initCanvas(); } function imageLoader(s, fun)//Pre-loads the sprites image { clearTimeout(cImageTimeout); cImageTimeout=0; genImage = new Image(); genImage.onload=function (){cImageTimeout=setTimeout(fun, 0)}; genImage.onerror=new Function('alert(\'Could not load the image\')'); genImage.src=s; } //The following code starts the animation new imageLoader(cImageSrc, 'startAnimation()');