function abrir( url ) {
	window.open( url, '_blank' );
}