if (document.images) 
{
   img1 = new Image();
   img2 = new Image();
   img1.src = "images/001.gif";
   img2.src = "images/002.gif"
}