function changeGalleryPhoto(photo_id, new_img_src) {
	document.getElementById(photo_id).src=new_img_src;	
}
