function esqueci_senha() {
  msg = "Informe o número da sua matrícula!";
  matricula = prompt(msg,'');
  if (matricula) window.location = 'esqueci_senha.asp?matricula='+matricula;
}

function ovr(cel,cor) {
  cel.bgColor = cor;
}

function abre_impressao(tipo,id,mes,ano) {
  window.open('restrita_impressao.asp?tipo='+tipo+'&fus_id='+id+'&mes='+mes+'&ano='+ano,'imprime'+mes+ano,'width=600,height=350,resizable=yes,scrollbars=yes');
}