
//Photo Images swap
      function setImageSrc(image,newSrc) {
        image.src = newSrc;
      }
