function changephoto(photo) {
 document.getElementById('photo_large').innerHTML = '<img src="' + photo + '">';
}
    	 
