function popup(i) {
janela=window.open('','Galeria','scrollbars=no,resizable=yes,width=415,height=310');
janela.document.write("<title>DR.SIN</title>");
janela.document.write("<body topmargin='2' bgcolor='black' text='white'>");
janela.document.write("<center><img src='"+i+"'><br>");
janela.document.write("<a href='javascript:self.close();'><font size='1' color='#CCCCFF' face='verdana'>Fechar</font></a></center>");

}


