<!--
function pop_resize(img,txt){
  var janela = window.open('fbdh','imagem','width=20,height=20,scrollbars=no');
  janela.document.write("<html>\n");
  janela.document.write("<head>\n");
  janela.document.write("<title>Fundo Brasil de Direitos Humanos</title>\n");
  janela.document.write("<script language=Javascript>\n");
  janela.document.write("function resize(){\n");
  janela.document.write("var w_foto = document.propers.width+7;\n");
  if (txt == ""){
	janela.document.write("var h_foto = document.propers.height;\n");
  }
  if (txt != ""){
	janela.document.write('var h_foto = document.propers.height+126;\n');
  }
  janela.document.write("window.resizeTo(w_foto,h_foto);\n");
  janela.document.write("window.moveTo((screen.width/2)-(w_foto/2),20);\n");
  janela.document.write("}\n");
  janela.document.write("</script>\n");
  janela.document.write("</head>\n");
  janela.document.write("<body bgcolor=\"#000000\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" style=\"overflow: hidden;\" onLoad=\"resize();\">\n");
  janela.document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
  janela.document.write("<tr><td><img src=\""+img+"\" name=\"propers\" onClick=\"javascript:window.close();\" onLoad=\"resize();\" title=\"Clique sobre a foto para fechar\" alt=\"Clique sobre a foto para fechar\"></td><tr>");
  if (txt != ""){
  janela.document.write("<tr>\n");
  janela.document.write("<td bgcolor=\"#FFFFFF\" height=\"1\"><img src=\"images/space.gif\" width=\"1\" height=\"1\"></td>\n");
  janela.document.write("</tr>\n");
  janela.document.write("<tr>\n");
  janela.document.write("<td style=\"padding: 6 4 4 4;\"><font face=\"Arial\" size=\"2\" color=\"#FFFFFF\">"+txt+"</font></td>\n");
  janela.document.write("</tr>\n");
  }
  janela.document.write("</table>\n");
  janela.document.write("</body>\n");
  janela.document.write("</html>\n");
  janela.document.close();
  janela.focus();
}

function popShow(a) {
  window.open(a,'fbdh','height=500,width=610,menu=1,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,left=20,top=20');
}

function popVideo(a){
  window.open(a,'fbdh','width=445,height=370,menu=1,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,left=20,top=20');
}

function popExtra(a){
  window.open(a,'fbdh','width=651,height=516,menu=1,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,left=20,top=20');
}
//-->