function loadPhotoImage(imageURL) {
	document.getElementById("imgShow").src = imageURL;
}