function abrirventana(URL2,nombre,features){
  return window.open(URL2,nombre,features);
}

