// JavaScript Document
function abreBns(width, height, target) {
	window.open("",target, "position=center,toolbar=no,location=no,directories=no,status=yes,width="+width+",height="+height+",menubar=no,scrollbars=no,resizable=no");
}
