// JavaScript Document

function abrir(janela, nome, feature) {
	window.open(janela, nome, feature);	
}