// JavaScript Document

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