function wish(url)
{
	window.open(url,'janela','toolbar=0,location=0,directories=0,status=yes,menubar=0,scrollbars=yes,resizable=0,width=600,height=450,top=40,left=70,status=no');
}

function reserva(url)
{
	window.open(url,'reserva','width=300, height=390, top=100, left=300, scrollbars=no, resizable=no');
}


var voto=0;
function janela()
{
if(voto!=0)
{
window.open('about:blank','opniao','width=300,height=100,scrollbars=yes,top=0,left=50');
return retorno=true;
}
else
{
return retorno=false;
}
}

