// swap image and caption

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