function abrepopup(){
//window.open("popup.htm","Pop","width=450,height=584,status=0,left=200,top=80,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);
}