function swapImage(image) {
	document.getElementById('mainPhoto').src = image;
}


