// scripts.js
//

function ligabarralateral() {
   thebody.style.width="765"; 
   mlat.style.display="block";
//   footer.style.display="block";
   goTopo.style.display="block";
}

function desligabarralateral() {
   thebody.style.width="100%";
   mlat.style.display="none";
//   footer.style.display="none";
   goTopo.style.display="none";
}
