if (document.images) 
{
   img1 = new Image();
   img2 = new Image();
   img1.src = "/shop/images/buttons/button_addtocart-over.gif";
   img2.src = "/shop/images/buttons/button_addtocart-down.gif";
   
}