// swap image and caption

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