var productImages = []; // Preloaded image. ID = 28 productImages[28] = new Image(); productImages[28].src="/image/product/medium/flowerfrenzyhandbag_front.jpg"; productImages[28].alt = "The Flower Frenzy Handbag is super cute!"; // Preloaded image. ID = 29 productImages[29] = new Image(); productImages[29].src="/image/product/medium/flowerfrenzyhandbag_b.jpg"; productImages[29].alt = "A great handbag to take the movies or shopping"; // Preloaded image. ID = 42 productImages[42] = new Image(); productImages[42].src="/image/product/medium/flowerfrenzyhandbag_c.jpg"; productImages[42].alt = "A gorgeous mix of colours"; function swapImage(image) { document.prodImageMain.src = productImages[image].src; }