// JavaScript Document

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