﻿<!--

function swapPhoto(photoSRC) {
document.images.imgPhoto.src = "images1/" + photoSRC;
}

// -->