function changeGallery(path){
	document.getElementById('gallery_img').src=path;
}
