// JavaScript Document

function swapPhoto(photoSRC) {
	document.images.imgPhoto.src = "img/foto/" + photoSRC
    }

	
