function link(file,id){
  loader("block","loader");
/*  if(ajaxinc("paginas/"+file+".inc",id)!=false){
    tb("paginas/"+file+"Tx.inc","tb","tbtx");
    switch(file){
      case "capa":
      ajaxinc("paginas/"+file+".inc",id);
      break;
      case "presidencia":
      document.getElementById("tb").innerHTML = "";
      break;
      case "secsocial":
      tb("paginas/"+file+"1Tx.inc","tb1","tbtx1");
      break;
      case "conselho":
      tb("paginas/"+file+"1Tx.inc","tb1","tbtx1");
      break;
      case "eletro":
      tb("paginas/"+file+"1Tx.inc","tb1","tbtx1");
      break;
      case "jornal":
      tb("paginas/"+file+"1Tx.inc","tb1","tbtx1");
      break;
  
    }
  }else{*/
   /* var x=window.confirm("Configure se navegador para usar AJAX.\nNecessita de ajuda pressione OK?");
    if (x)window.open("http://www.google.com.br/search?hl=pt-BR&q=configurar+ajax&btnG=Pesquisa+Google&meta=");*/
    window.open("?file="+file,"_top");
 // }
  correctPNG();
  setTimeout("loader('none','loader');",1000);
}
/*
function tb1(file){
    tb("tb1","tbtx1");
    ajaxinc("paginas/"+file+"Tx1.inc","tbtx1");  
}*/
function tb(file,id,id2){
var d = "38px";
var tb = "<table width='0' height='0' border='0' cellspacing='0' cellpadding='0'><tr>"+
  "<td style='width:"+d+";height:"+d+";'><img src='imagens/tbno.png' border='0' width='"+d+"' height='"+d+"' /></td>"+
  "<td style='width:0%;   height:"+d+"'> <img src='imagens/tbn.png'  border='0' width='100%'  height='"+d+"' /></td>"+
  "<td style='width:"+d+";height:"+d+"'> <img src='imagens/tbne.png' border='0' width='"+d+"' height='"+d+"' /></td></tr><tr>"+
  "<td style='width:"+d+";height:0%;'>   <img src='imagens/tbo.png'  border='0' width='"+d+"' height='100%' /></td>"+
  "<td style='width:0%;   height:0%;background-image: url(imagens/tbf.jpg); background-repeat: repeat;'>"+
  "<div id='"+id2+"'></div>"+
"</td>"+
  "<td style='width:"+d+";height:0%;'>   <img src='imagens/tbl.png'  border='0' width='"+d+"' height='100%' /></td></tr><tr>"+
  "<td style='width:"+d+";height:"+d+";'><img src='imagens/tbso.png' border='0' width='"+d+"' height='"+d+"' /></td>"+
  "<td style='width:0%;   height:"+d+";'><img src='imagens/tbs.png'  border='0' width='100%'  height='"+d+"' /></td>"+
  "<td style='width:"+d+";height:"+d+"'> <img src='imagens/tbse.png' border='0' width='"+d+"' height='"+d+"' /></td></tr>"+
"</table>";
document.getElementById(id).innerHTML = tb;
ajaxinc(file,id2);
}
