function chPhoto(elem) {	tmp = document.getElementById('photo').src;	document.getElementById('photo').src = elem.src;	elem.src = tmp;}