function janela() {
var abre = document.form.vbs.value;
window.location.href = abre;
}
function janela2() {
var abre1 = document.form.vbs1.value;
window.location.href = abre1;
}
function janela3() {
var abre1 = document.form.vbs2.value;
window.location.href = abre1;
}
function janela4() {
var abre1 = document.form.vbs3.value;
window.location.href = abre1;
}
function janela5() {
var abre1 = document.form.vbs4.value;
window.location.href = abre1;
}
function janela6() {
var abre1 = document.form.vbs5.value;
window.location.href = abre1;
}
function abrir(filename, lar, alt){
    var janelaPop = window.open(filename, "janela", "width=" + lar
      + ",height=" + alt + ",scrollbars=no");

    if(janelaPop.document.close()){
      janelaPop.document.close();
    }
 }
function instru( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=515, height=515' );
	} 
function promo( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=510, height=390' );
	}
function promophp( file )
	{
	window.open (file +'.php' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=510, height=390' );
	}
function aqua( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=380, height=750' );
	}
function cardapio( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=1,width=658, height=615' );
	}
	
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;
