function mostra_foto(name, link_img) {
	if (document.images) {
		document.images[name].src = link_img;
	}
}

