// JavaScript Document

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