function PreloadImg(A){if(document.images){preload_image_object=new Image();for(var B=0;B<=A.length;B++){preload_image_object.src=A[B]}}};
