// JavaScript Document

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