﻿function Recrutamento(b){this.ID=b;this.Geral=function(){var a=criarXMLObj();a.open("GET","/inc/Recrutamento/Descricao.ashx?id="+this.ID);a.send(null);a.onreadystatechange=function(){if(a.readyState<=3)document.getElementById("divInfoRecrutamento").innerHTML="<div style='text-align: center;'> <img src='/Imagens/Icons/Load.gif' alt='A carregar recrutamento...' title='A carregar recrutamento...'/> A carregar recrutamento...</div>";if(a.readyState==4)document.getElementById("divInfoRecrutamento").innerHTML=
a.responseText}}};
