var chapter_list = new Array(
  ["Ch.001.1: Summer of Lover's Dream - Yoron Shima Island Part 1","c001.1"],
  ["Ch.001.2","c001.2"],
  ["Ch.002: Summer of Lover's Dream - Yoron Shima Island Part 2","c002"],
  ["Ch.003: Wild Vigorous NEW FACE","c003"],
  ["Ch.004: Awakened Blond Wolf","c004"],
  ["Ch.005: OVER HEAT NIGHT!","c005"],
  ["Ch.006: Goodbye! My Youth","c006"],
  ["Ch.007: Onibaku Legend!","c007"],
  ["Ch.008: All-female School Bazaar!","c008"],
  ["Ch.009: Dangerous Love","c009"],
  ["Ch.010: Street Fighters","c010"],
  ["Ch.011: Arrogant Wolf","c011"],
  ["Ch.012: Yokohama Gig Night!!","c012"],
  ["Ch.013: Different Person, Different X-mas","c013"],
  ["Ch.014: I Need You","c014"],
  ["Ch.015: Take Me Skiing!","c015"],
  ["Ch.016: X-mas Eve Part 1","c016"],
  ["Ch.017: X-mas Eve Part 2","c017"],
  ["Ch.018: Transfer Student","c018"],
  ["Ch.019: The Three Requirements","c019"],
  ["Ch.020: Valentine's Day Car Exhibition","c020"],
  ["Ch.021: Dead End","c021"],
  ["Ch.022: Doomed Fate","c022"],
  ["Ch.023: Last Resort","c023"],
  ["Ch.024: Unexpected Outcome!","c024"],
  ["Ch.025: Dangerous Sign","c025"],
  ["Ch.026: Hunt Onibaku!","c026"],
  ["Ch.027: The Duel Starts!","c027"],
  ["Ch.028: The Battle of Teki High!","c028"],
  ["Ch.029: No Mercy!","c029"],
  ["Ch.030: Retaliation!","c030"],
  ["Ch.031: Declaration of the Winner!","c031"],
  ["Ch.032: Comedy &quot;Public Bath&quot;","c032"],
  ["Ch.033: Shounan Love Story 1 &quot;The Picture in the Wallet&quot;","c033"],
  ["Ch.034: Shounan Love Story 2 &quot;You Don't Know Just How Much I Like You&quot;","c034"],
  ["Ch.035: Shounan Love Story 3 &quot;It's All for You&quot;","c035"],
  ["Ch.036: Shounan Love Story 4 &quot;Longing Heart&quot;","c036"],
  ["Ch.037: Shounan Love Story 5 &quot;You're My Everlasting Memory&quot;","c037"],
  ["Ch.038: Shounan Love Story 6 &quot;Thank You, Sakai&quot;","c038"],
  ["Ch.039: Kaoru's Secret","c039"],
  ["Ch.040: To See You Again","c040"],
  ["Ch.041: After the Fair","c041"],
  ["Ch.042: A Man Named Shindouji Fumiya","c042"],
  ["Ch.043: Born Violent","c043"],
  ["Ch.044: WHy Do You Have to Marry Someone Else!?","c044"],
  ["Ch.045: Two Onibaku","c045"],
  ["Ch.046: DEAD END","c046"],
  ["Ch.047: Can't Be Stopped!!","c047"],
  ["Ch.048: My Friends","c048"],
  ["Ch.049: Midnight Carnival 1","c049"],
  ["Ch.050: Midnight Carnival 2","c050"],
  ["Ch.051: SAYONARA","c051"],
  ["Ch.052: What I Could Do for You","c052"],
  ["Ch.053: And...","c053"],
  ["Ch.054: Ookubo","c054"],
  ["Ch.055: No Turning Back","c055"],
  ["Ch.056: Revisited","c056"],
  ["Ch.057: Can't Tell that Guy","c057"],
  ["Ch.058: Onibaku Disbanded!","c058"],
  ["Ch.059: I Won't Forgive Him","c059"],
  ["Ch.060: Dangerous Gamble","c060"],
  ["Ch.061: Can' Return to that Time Anymore","c061"],
  ["Ch.062: Bye Bye Eikichi","c062"],
  ["Ch.063: War War War (1)","c063"],
  ["Ch.064: War War War (2)","c064"],
  ["Ch.065: War War War (3)","c065"],
  ["Ch.066: For the Time We Have Together","c066"],
  ["Ch.067: I Love You","c067"],
  ["Ch.068: Farewell","c068"],
  ["Ch.069: There's Always Tomorrow","c069"],
  ["Ch.070: Legendary Hero: Tsukai","c070"],
  ["Ch.071: BABY! RUN! (1)","c071"],
  ["Ch.072: BABY! RUN! (2)","c072"],
  ["Ch.073: BABY! RUN! (3)","c073"],
  ["Ch.074: Got a Problem!?","c074"],
  ["Ch.075: Premonition of Spring!?","c075"],
  ["Ch.076: Nanno, Nanno!?","c076"],
  ["Ch.077: The Secret of Minamino Yoko","c077"],
  ["Ch.078: I Lost!","c078"],
  ["Ch.079: Problematic Guy","c079"],
  ["Ch.080: First Day in School","c080"],
  ["Ch.081: Taking the Nation","c081"],
  ["Ch.082: Old Friend","c082"],
  ["Ch.083: Shinomi Fujisaki","c083"],
  ["Ch.084: What I Was, What I've Become","c084"],
  ["Ch.085: I Love You","c085"],
  ["Ch.086: Love Game","c086"],
  ["Ch.087: Love Is Over","c087"],
  ["Ch.088: Unstoppable Love","c088"],
  ["Ch.089: Taking Responsibility","c089"],
  ["Ch.090: Declaration","c090"],
  ["Ch.091: A Dangerous Summer","c091"],
  ["Ch.092: The Beginning of a Very Long Summer 1","c092"],
  ["Ch.093: The Beginning of a Very Long Summer 2","c093"],
  ["Ch.094: Premonitions","c094"],
  ["Ch.095: Return of Midnight Angel?!","c095"],
  ["Ch.096: Tattoo Girl","c096"],
  ["Ch.097: Yasha (The Female Demon)","c097"],
  ["Ch.098: To Be Continued","c098"],
  ["Ch.099: Saturday Midnight Part 1","c099"],
  ["Ch.100: Saturday Midnight (Part 2)","c100"],
  ["Ch.108: Kiyoma the Psychic","c108"],
  ["Ch.109","c109"],
  ["Ch.110","c110"],
  ["Ch.111","c111"],
  ["Ch.112","c112"],
  ["Ch.113","c113"],
  ["Ch.114","c114"],
  ["Ch.115","c115"],
  ["Ch.116","c116"],
  ["Ch.144","c144"],
  ["Ch.145","c145"],
  ["Ch.146","c146"],
  ["Ch.147","c147"],
  ["Ch.148","c148"],
  ["Ch.149","c149"],
  ["Ch.150","c150"]
);

var total_chapters = 117;

for (var i = 0; i < chapter_list.length; i++) {
  document.getElementById('top_chapter_list').options[i] = new Option(chapter_list[i][0], chapter_list[i][1]);
  document.getElementById('bottom_chapter_list').options[i] = new Option(chapter_list[i][0], chapter_list[i][1]);
}
document.getElementById('top_chapter_list').value=current_chapter;
document.getElementById('bottom_chapter_list').value=current_chapter;
var current_chapter_index = document.getElementById('top_chapter_list').selectedIndex;

