function gallery_01_ShowPhotoSrc(theId, thePhoto) {
	document.getElementById(theId).src = thePhoto;
}