window.defaultStatus = "Tacitus Tecnologia"

function abre_album(sURL){
newwindow=open(sURL,"album","scrollbars=no,toolbar=no,directories=no,menubar=no,resizable=no,status=no,width=800,height=600, top=50, left=15");}

function abre_imagens(sURL,winName,features) { //v2.0
window.open(sURL,"imagens","scrollbars=yes,toolbar=no,directories=no,menubar=no,resizable=yes,status=no,width=640,height=480, top=50, left=50");

}


/*startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}
window.onload=startList;*/


<!-- Script Hide/Show   INICIO/BEGIN     -->
function toggle(id,action) {
if (document.getElementById)
  {
  var theitem = document.getElementById(id);
  
  if (action == 'maximised') {
   theitem.style.display = 'block';    
   }
  else {
   theitem.style.display = 'none';    
   }    

  document.getElementById(id +'-control').className = action;

  }
}
<!-- Script Hide/Show FIM/END-->


