	function swapImage(imageName) {
      document.getElementById("mainImage").src = '../images/gallery/previews/'+imageName+'.jpg';
	  document.getElementById("gallery-link").href= '../images/gallery/'+imageName+'.jpg'
    }
