// swap image and caption

function swapPhoto(photoSRC,theCaption) {
	
    document.images.imgPhoto.src = "assets/gallery/" + photoSRC;
    scrollTo(0,0);
    }