// JavaScript Document

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

