// JavaScript Document


  function abrePagina(url,nombrePagina,propiedades) {

    window.open(url,nombrePagina,propiedades);

  }
