var productImages = []; // Preloaded image. ID = 60 productImages[60] = new Image(); productImages[60].src="/image/product/medium/strawberrybasket_a.jpg"; productImages[60].alt = "The Strawberry Basket Passport Cover is super cute!"; // Preloaded image. ID = 61 productImages[61] = new Image(); productImages[61].src="/image/product/medium/strawberrybasket_b.jpg"; productImages[61].alt = "The Strawberry Basket Passport Holder fits a standard Australian Passport."; // Preloaded image. ID = 62 productImages[62] = new Image(); productImages[62].src="/image/product/medium/strawberrybasket_c.jpg"; productImages[62].alt = "The Strawberry Basket Passport Holder is great to jazz up your passport!"; function swapImage(image) { document.prodImageMain.src = productImages[image].src; }