if (document.images) 
{
   img1 = new Image();
   img2 = new Image();
   img1.src = "images/nav.gif";
   img2.src = "images/nav-contact.gif";
}
