function abrepopup(){
//window.open("pop_flyer.htm","Pop1","width=300,height=294,status=0,left=30,top=120,resizable=0,scrollbars=no");
//window.open("pop_flyer3.htm","Pop3","width=284,height=285,status=0,left=618,top=120,resizable=0,scrollbars=no");
};

function abrepopup1(){
//window.open("pop_flyer.htm","Pop3","width=400,height=270,status=0,left=150,top=0,resizable=0,scrollbars=no");
window.open("pop_flyer2.htm","Pop","width=620,height=400,status=0,left=150,top=40,resizable=0,scrollbars=yes");
}
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);
}