function abrepopup(){
window.open("pop_flyer.htm","Pop1","width=285,height=285,status=0,left=50,top=120,resizable=0,scrollbars=no");
window.open("pop_flyer2.htm","Pop2","width=284,height=285,status=0,left=470,top=120,resizable=0,scrollbars=no");
};

function abrepopup1(){
window.open("popup1.htm","Pop3","width=450,height=320,status=0,left=150,top=0,resizable=0,scrollbars=no");
}

function abreJanela(arquivo,nome,barra,largura,altura) {
	window.open(arquivo,nome,"resizable=no,toolbar=no,status=no,menubar=no,scrollbars="+barra+",width="+largura+",height="+altura);
}