﻿function abreAno(ano)
{
    getObj('arquivos-ano' + ano).style.display = 'block';
}

function fechaAno(ano)
{
    getObj('arquivos-ano' + ano).style.display = 'none';
}