<!-- // swap title, description, image source, width and height
function swapPhoto(photoSRC) {
	
    document.images.imgPhoto.src = photoSRC;
}
// -->
