// JavaScript Document
function abreJanela(url, alvo, parametros) {
  window.open(url, alvo, parametros);
}