stoplimg = false;
imgs = new Array();
arrayImg = null;
sitepath = null;
function preloadimg(preloadimgs,sitepath)
	{this.arrayImg=preloadimgs;this.sitepath=sitepath;cacheImage();}
function safeMemoryInRecursion() 
	{window.setTimeout(cacheImage, 0)}
function cacheImage()
	{
		if (arrayImg.length>0 && stoplimg==false)
		{var img=new Image();img.onerror=function(){safeMemoryInRecursion()};
		img.onload = function(){safeMemoryInRecursion()};
		img.src = sitepath + arrayImg[0];arrayImg.shift();
		imgs[window.imgs.length] = img;}
	}
var srcArray= new Array
	(
		"images/banner/1.gif",
		"images/banner/2.gif",
		"images/banner/3.jpg",
		"images/banner/4.png",
		"images/banner/banner_bg.png",
		"images/banner/banner_bottom.gif",
		"images/banner/banner_bottom_bg.gif",
		"images/banner/banner_bottom_big.gif",
		"images/banner/banner_bottom_corners.gif",		
		"images/banner/banner_hover.png",
		"images/banner/banner_l_bg.gif",
		"images/banner/banner_middle.gif",
		"images/banner/banner_navigation.png",
		"images/banner/banner_r_bg.gif",
		"images/banner/banner_top.png",
		"images/banner/banner_top_bg.gif",
		"images/banner/banner_top_corners.gif",
		"images/banner/bottom_bg.png",
		"images/banner/bottom_bg2.png",
		"images/banner_top.gif",
		"images/currency_face_small.jpg",
		"images/deposits_small.jpg",
		"images/cards_face_small.jpg",
		"images/ribbon.gif",
		"images/map_russia2.jpg",
		"images/russia_map.png",
		"images/menu.png",
		"images/logo.png",
		"images/bg_vertical_gray.png",
		"images/menu_element_bg.png",
		"images/table_header_gray.png",
		"images/insur.png"
	);

