// JavaScript Document

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

