function menuActive() {
    if ( location.pathname == '/jes/index.html' || location.pathname == '/jes/' ) {
      document.getElementById("m01").className = 'current';
      document.title='日本エコツーリズム協会：JESについて';
    }
    if ( location.pathname == '/jes/jes002.html' ) {
      document.getElementById("m02").className = 'current';
      document.title='日本エコツーリズム協会：JESについて：JES拠点マップ';
    }
    if ( location.pathname == '/jes/jes003.html' ) {
      document.getElementById("m03").className = 'current';
      document.title='日本エコツーリズム協会：JESについて：会員の種類について';
    }
    if ( location.pathname == '/jes/jes004.html'
 || location.pathname == '/jes/jes004_01.html'
 || location.pathname == '/jes/jes004_02.html'
 || location.pathname == '/jes/jes004_03.html'
 || location.pathname == '/jes/jes004_04.html'
 || location.pathname == '/jes/jes004_05.html'
 || location.pathname == '/jes/jes004_06.html' ) {
      document.getElementById("m04").className = 'current';
      document.title='日本エコツーリズム協会：JESについて：役員リスト';
    }
    if ( location.pathname == '/jes/jes005_01.html'
 || location.pathname == '/jes/jes005_02.html'
 || location.pathname == '/jes/jes005_03.html'
 || location.pathname == '/jes/jes005_04.html'
 || location.pathname == '/jes/jes005_05.html'
 || location.pathname == '/jes/jes005_06.html'
 || location.pathname == '/jes/jes005_07.html'
 || location.pathname == '/jes/jes005_08.html'
 || location.pathname == '/jes/jes005_09.html'
 || location.pathname == '/jes/jes005_10.html' ) {
      document.getElementById("m05").className = 'current';
      document.title='日本エコツーリズム協会：JESについて：法人会員';
    }
    if ( location.pathname == '/jes/jes006_01.html'
 || location.pathname == '/jes/jes006_02.html'
 || location.pathname == '/jes/jes006_03.html'
 || location.pathname == '/jes/jes006_04.html'
 || location.pathname == '/jes/jes006_05.html'
 || location.pathname == '/jes/jes006_06.html'
 || location.pathname == '/jes/jes006_07.html'
 || location.pathname == '/jes/jes006_08.html'
 || location.pathname == '/jes/jes006_09.html'
 || location.pathname == '/jes/jes006_10.html' ) {
      document.getElementById("m06").className = 'current';
      document.title='日本エコツーリズム協会：JESについて：個人会員';
    }
    if ( location.pathname == '/jes/jes007_01.html'
 || location.pathname == '/jes/jes007_01.html'
 || location.pathname == '/jes/jes007_02.html'
 || location.pathname == '/jes/jes007_03.html'
 || location.pathname == '/jes/jes007_04.html'
 || location.pathname == '/jes/jes007_05.html'
 || location.pathname == '/jes/jes007_06.html'
 || location.pathname == '/jes/jes007_07.html'
 || location.pathname == '/jes/jes007_08.html'
 || location.pathname == '/jes/jes007_09.html'
 || location.pathname == '/jes/jes007_10.html' ) {
      document.getElementById("m07").className = 'current';
      document.title='日本エコツーリズム協会：JESについて：学生会員';
    }
    if ( location.pathname == '/jes/soukai/' || location.pathname == '/jes/soukaibn/' || location.pathname == '/jes/soukai/index.html' ) {
      document.getElementById("m08").className = 'current';
      document.title='日本エコツーリズム協会：JESについて：総会報告';
    }
  }