
function swapPhoto(photoSRC) {

    document.images.imgPhoto.src = "img/collections/" + photoSRC;

}



