if (document.images) {
  arImgSrc = new Array("i/arr1.gif", "i/arr_gif");
  arImgLst = new Array ();
  for (i in arImgSrc) {
    arImgLst[i] = new Image ();
    arImgLst[i].src = arImgSrc[i];
  }
}

