function swapPhoto(photoSRC) {
    document.images.fullSize_photo.src = "/images/listings/" + photoSRC;
}

