// JavaScript Document
function changeImage(img){
	newImage = img;
	document.getElementById("productMainImage").img.src = newImage.src;
}
