function popFotos(arq,larg,alt) 
{
msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=yes,top=20,left=20,width=" + larg + ",height=" + alt);
msg.document.write("<html><head>");
msg.document.write("<title>PICAPES GM</title></head>");
msg.document.write("<body bgcolor=#000000 topmargin=2 leftmargin=2 marginwidth=2 marginheight=2>");
msg.document.write("<p align='center'><img src=" + arq + " alt='Picapes GM'></p>");
msg.document.write("</body></html>");
}
