// JavaScript Document
// Elison S. [wdsync@hotmail.com] 
// Web em Segundos [www.webemsegundos.com.br] 
///////////////////////////////////////////////////

//Carregar box de acesso logo depois que a pagina for carregada!
function setDisabled() {
  document.getElementById('acesso').style.visibility = 'visible';
}
