function swapPhoto(photoSRC,theTitle,theCaption,thumbnailSRC) 
	{
	document.images.imgPhoto.src = "assets/" + photoSRC;
    }