function loadgallery(place_image,newimg)
{ document.getElementById(place_image).src=document.getElementById(newimg).src;
  
}