var productImages = []; // Preloaded image. ID = 22 productImages[22] = new Image(); productImages[22].src="/image/product/medium/strawberrypatch_d.jpg"; productImages[22].alt = ""; // Preloaded image. ID = 23 productImages[23] = new Image(); productImages[23].src="/image/product/medium/strawberrypatch_a.jpg"; productImages[23].alt = ""; // Preloaded image. ID = 24 productImages[24] = new Image(); productImages[24].src="/image/product/medium/strawberrypatch_b.jpg"; productImages[24].alt = ""; // Preloaded image. ID = 25 productImages[25] = new Image(); productImages[25].src="/image/product/medium/strawberrypatch_c.jpg"; productImages[25].alt = ""; function swapImage(image) { document.prodImageMain.src = productImages[image].src; }