// JavaScript Document

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