// JavaScript Document
$(document).ready(function(){
});
function Consulta(){
$("#prazo").hide();
$("div#janelaCepDetalhe").show("fast");
}
function fecharDetalhe() {
$("div#janelaCepDetalhe").hide("fast");
$("#prazo").show();
}
