function Submeter(){
with (document.opcoes) {
method = "POST";
action="enquete/votar.php";
target='destino';

w = screen.width;
h = screen.height;
meio_w = w/2;
meio_h = h/2;
altura = 260;
largura = 360;
meio1 = meio_h-(altura/2);
meio2 = meio_w-(largura/2);
jan = window.open("", target,"width="+largura+ ", height="+altura+ ", top="+meio1+ ", left="+meio2+", toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, copyhistory=yes, scrollbars=no");
submit();
}
return true;
}
function Ver(){
with (document.opcoes) {
method = "POST";
action="enquete/resultado.php";
target='destino';
w = screen.width;
h = screen.height;
meio_w = w/2;
meio_h = h/2;
altura = 260;
largura = 360;
meio1 = meio_h-(altura/2);
meio2 = meio_w-(largura/2);
jan = window.open("", target,"width="+largura+ ", height="+altura+ ", top="+meio1+ ", left="+meio2+", toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, copyhistory=yes, scrollbars=no");
submit();
}
return true;
}

function Submeter2(){
with (document.opcoes) {
method = "POST";
action="enquete/votar2.php";
target='destino';
w = screen.width;
h = screen.height;
meio_w = w/2;
meio_h = h/2;
altura = 260;
largura = 360;
meio1 = meio_h-(altura/2);
meio2 = meio_w-(largura/2);
jan = window.open("", target,"width="+largura+ ", height="+altura+ ", top="+meio1+ ", left="+meio2+", toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, copyhistory=yes, scrollbars=no");
submit();
}
return true;
}

