//abre ventana a tamaņo

  function abrirVentana(url) {    
    window.open(url,"nuevo","width=400,height=350,resizable=false");
  }

