// JavaScript Document

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