function loadPhoto(img) {
	document.getElementById("photo").src = img;
}
