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

Планшет-папка Buromax, А5, PVC, чорний, (BM.3417-01)

ПроизводительBuromax

Код товара146186

Штрихкод4823078923875

ЦветЧорна

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

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()');