if (e.which == 66) { //b
        if ($("#pChapBtn0").size()>0) {
          window.location.href = $("#pChapBtn0").attr("href");
        }
      }