function LoadImages(C,B){if(document.images){if(LoadImages.arguments.length>1){if(B!=""){if(B.charAt(B.length-1)!="/"){window.alert("The ImagesFolder argument in the LoadImages() function does not end with a slash character '/'.")}}}else{B=""}var A;for(A=0;A<C.length;A++){document.write("<img style='visibility: hidden; position: absolute; top: 0px; left: 0px;' src='"+B+C[A]+"'>")}}};