// swap image and captionfunction swapPhoto(photoSRC,theCaption) {    $('caption').innerHTML = theCaption;    document.images.imgPhoto.src = "/images/film/large/" + photoSRC;    scrollTo(0,0);    }