// swap image and caption

function swapPhoto(photoSRC) {
	
    document.images.imgPhoto.src = "../images/logchalets/" + photoSRC;
 
    }
