  function menuActive() {
    if ( location.pathname == '/books/jes36_39/index.html'
 || location.pathname == '/books/jes36_39/'
 || location.pathname == '/books/jes31_35/'
 || location.pathname == '/books/jes26_30/'
 || location.pathname == '/books/jes21_25/'
 || location.pathname == '/books/jes16_20/' ) {
      document.getElementById("m01").className = 'current';
　　　document.title='日本エコツーリズム協会：書籍：ＪＥＳ会報バックナンバー';
    }
    if ( location.pathname == '/books/books002.html' ) {
      document.getElementById("m02").className = 'current';
　　　document.title='日本エコツーリズム協会：書籍：エコツーリズム関連書籍';
    }
  }