// JavaScript Document
// JS para abrir as imagens em modo ajax de todas as paginas do site
function fe1(){
document.getElementById('a1').style.display = 'none';
}
function fe2(){
document.getElementById('a2').style.display = 'none';
}
function fe3(){
document.getElementById('a3').style.display = 'none';
}
//abrimos
function a1(){
document.getElementById('a1').style.display = 'block';
}
function a2(){
document.getElementById('a2').style.display = 'block';
}
function a3(){
document.getElementById('a3').style.display = 'block';
}