function swapPhoto(p) {
		document.getElementById('pgm').src = p;
}