function fotos(url) {
	var a;
	a = document.getElementById("foto");
	a.src = url;
}


