
function func_show_image(url){
	document.getElementById('gallery_image').src = url;
}
