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