altura = 250;

largura = 350;

function abrir() {

 window.open("enquete.php", "Enquete", "scroll=no, height="+altura+", width="+largura);

}

function enq() {

 window.open("", "votar", "scroll=no, height="+altura+", width="+largura);

}

function janela(src) {
open("janela.php?src=" + src,"","top=0,left=0,width=300,height=300");
}

function pop(url,width,height)
{
x = (screen.width - width) / 2;
y = (screen.height - height) / 2;

window.open(url,'','toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,width='+width+',height='+height+', left='+x+',top='+y);
}


hoje = new Date()
dia = hoje.getDate()
dias = hoje.getDay()
mes = hoje.getMonth()
ano = hoje.getYear()
if (dia < 10)
dia = "0" + dia
function CriaArray (n) {
this.length = n }
NomeDia = new CriaArray(7)
NomeDia[0] = "Domingo"
NomeDia[1] = "Segunda-feira"
NomeDia[2] = "Terça-feira"
NomeDia[3] = "Quarta-feira"
NomeDia[4] = "Quinta-feira"
NomeDia[5] = "Sexta-feira"
NomeDia[6] = "Sábado"
NomeMes = new CriaArray(12)
NomeMes[0] = "Janeiro"
NomeMes[1] = "Fevereiro"
NomeMes[2] = "Março"
NomeMes[3] = "Abril"
NomeMes[4] = "Maio"
NomeMes[5] = "Junho"
NomeMes[6] = "Julho"
NomeMes[7] = "Agosto"
NomeMes[8] = "Setembro"
NomeMes[9] = "Outubro"
NomeMes[10] = "Novembro"
NomeMes[11] = "Dezembro"