// JavaScript Document
function swapImage(photoSRC)
{
	document.imgPhoto.src = photoSRC;
}	