var productImages = []; // Preloaded image. ID = 35 productImages[35] = new Image(); productImages[35].src="/image/product/medium/pastelloveclutch_front.jpg"; productImages[35].alt = "The Pastel Love Large Clutch Bag is perfect to hold your purse and mobile phone"; // Preloaded image. ID = 44 productImages[44] = new Image(); productImages[44].src="/image/product/medium/pastelloveclutch_a.jpg"; productImages[44].alt = "The Pastel Love Large Clutch is a perfect size to take to the shops or the movies"; function swapImage(image) { document.prodImageMain.src = productImages[image].src; }