try {
    eba_icons = clicktospeak_icon + play_icon + translation_icon;
    eba_title = title_th;
    eba_server = "speechus.texthelp.com";
    eba_speech_server = "speechus.texthelp.com";

    eba_language = ENGLISH_US;
    eba_speedValue = SLOW_SPEED;
    eba_voice = "ScanSoft Jill_Full_22kHz";
    //eba_continuous_reading = false;

    eba_loginName = "cast";
    eba_custId = "300";
    eba_book_id = "bb";

    eba_override_x = 45;

    $rw_barInit();
} catch(err) {
    alert("toolbar could not be loaded: " + err);
}