function abreFoto(valor,id,tipo,larg,alt){
		window.open('mostraFoto.php?id=' + id + '&tipo=' + tipo,'popup','width='+larg+',height='+alt+',scrolling=auto,top=200,left=200')
}