function changePhotoSrc(theId, thePath, thePhoto) {
	document.getElementById(theId).src = thePath + thePhoto;
}
