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 instru( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=515, height=515' );
	} 
	
function abre( file )
	{
	window.open (file +'.php' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=500, height=350' );
	} 
function abre1( file )
	{
	window.open (file +'.php' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=500, height=450' );
	}
function agua( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=615, height=850' );
	} 
function esp( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=630, height=810' );
	} 

function agua2( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=360, height=530' );
	}
function ice( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=520, height=730' );
	}
function america( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=355, height=580' );
	}
function zeal( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=510, height=830' );
	}
function evento( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=510, height=710' );
	}
function evento1( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=510, height=650' );
	}
function largo( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=810, height=580' );
	}
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 mirante_esp( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=no,width=720, height=550' );
	}
function cardapio( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=1,width=658, height=615' );
	}
function programacao( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=1,width=643, height=515' );
	}
function novidade( file )
	{
	window.open (file +'.html' ,'janela', 'toolbar=no , location=no,status=no, menubar=no,scrollbar=1,width=470, height=310' );
	}
	
	
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;
