﻿function Documentacao(c){this.ID=c;this.Listagem=function(d,e,b){var a=criarXMLObj();if(navigator.appName=="Microsoft Internet Explorer")b=(new UTF8).Encode(b);a.open("GET","/inc/Documentacao/Listagem.ashx?id="+this.ID+"&a="+e+"&t="+d+"&p="+b);a.send(null);document.getElementById("divListagemDocumentacao_"+this.ID).className="visivel";document.getElementById("divDocumentos_"+this.ID).innerHTML="<div style='text-align: center;'> <img src='/Imagens/Icons/Load.gif' alt='A carregar not\u00edcia...' title='A carregar not\u00edcia...'/> A carregar documenta\u00e7\u00e3o...</div>";
a.onreadystatechange=function(){if(a.readyState==4)document.getElementById("divDocumentos_"+c).innerHTML=a.responseText}};this.Fechar=function(){document.getElementById("divListagemDocumentacao_"+this.ID).className="invisivel"}};
