function changeImg(imgSrc) {
	document.getElementById('photo').src = imgSrc;
}
