function changeFoto(foto, dest){
	var img = document.getElementById(dest);
	img.src = foto;
}