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