	
function change_gallery(photo_loc){
	window.document.getElementById("gallery_photo").src="images/photos/photo_"+photo_loc+".jpg";
//	window.document.getElementByName("gallery_photo").src="images/photos/photo_"+photo_loc+".jpg";
}

function reload_gallery(){
	change_gallery('000');
}
