function ImageSwap(imagepath) {
	
	document.getElementById('mainImage').src = imagepath;
}