function toggleClick(img){
  var overlayImage=document.getElementById('big_image');
  overlayImage.src=img;
}
