function abrePopup(pag, nome_pag, width, height, top, left, scrollbars, status){
	eval("window.open('"+ pag +"','"+ nome_pag +"','width="+ width +", height="+ height +", top="+ top +", left="+ left +", menubar=no, location=no, toolbar=no, scrollbars="+ scrollbars +", status="+ status +"');");
}
