function abre(arquivo,barra,largura,altura) {
	window.open(arquivo,"","top=100,left=400,resizable=no,toolbar=no,status=no,menubar=no,scrollbars="+barra+",width="+largura+",height="+altura)
}
