function imageSwap(imgPath) {
	var theImage = document.getElementById('mainImage');
	theImage.src=imgPath;
}