<!--
function popUp(imgA,imgL,popA,popL,imgLink,imgId) {
var janela, imgA, imgL, popA, popL, imgLink, imgId;

janela=window.open("",null,"scrollbars=yes, status=yes, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no,width="+popL+",height="+popA+",left=150,top=10");
janela.document.write("<html><head><title>Foto "+imgId);
janela.document.write("</title></head>");
janela.document.write("<body leftmargin='0' topmargin='0'>");
janela.document.write("<div align='center'>");
janela.document.write("<img src="+imgLink+" width="+imgL+" height="+imgA+" border='0'>");
janela.document.write("<p><a href='javascript:this.close();'title='Fechar esta Janela'><b>Fechar Janela</b></a>");
janela.document.write("</body></html>");
}
//-->
