// JavaScript Document
function swapMainImage(imageName) {
	document.getElementById("mainImage").src = imageName;
}