function formatacep(cep)
{
if(cep.value.length == 5)
{
cep.value = cep.value + '-';
}
}
