//Carrega página sempre como top
if(self!=top){top.location.href = self.location.href;}

//Funções responsáveis pela abertura de janelas
function openw() {return;}
function general_popup(_f,_w,_x,_y){
window.open(_f,_w,'width='+_x+',height='+_y+',top=20,left=20,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no');
return;}

function abreCondicoes(){window.open("/condicoes/condicoes.html", "condicoes", "directories=no,height=276,width=640,top=10,left=10,hotkeys=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,copyhistory=no");}
function abreContrato(){window.open("/academiarua/contrato.html", "contrato", "directories=no,height=480,width=660,top=10,left=10,hotkeys=no,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,copyhistory=no");}
function abreNewsletter(){window.open("/home/newsletter.html", "newsletter", "directories=no,height=250,width=360,top=10,left=10,hotkeys=no,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,copyhistory=no");}
function abrePergunta(a){window.open("/manager/perres/verpergunta.php?perres_id="+a, "newsletter", "directories=no,height=300,width=510,top=10,left=10,hotkeys=no,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,copyhistory=no");}


