function showPhoto(key) {
	document.images.galleryImage.src = photo[key];
}