
  function popup(tela) {
  window.open(tela,'page','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=420,height=450'); 
  }
  function trocaFoto(foto) {
  divFoto.innerHTML="<img src=\"arquivos/"+foto+"\" width=\"375\" height=\"259\" border=\"0\" alt=\"Figura\" />";
  }
