function abrepopup(){
//window.open("pop_flyer.htm","Pop1","width=620,height=450,status=0,left=150,top=150,resizable=0,scrollbars=yes");
//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.htm","Pop3","width=618,height=600,status=0,left=150,top=0,resizable=0,scrollbars=yes");
//window.open("pop_flyer2.htm","Pop","width=520,height=360,status=0,left=200,top=120,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);
}