function swapProductImage(imageId)
{
	document.getElementById("mainImage").src = imageId;
}