// _100_1.js - Top 100 Speeches Audio / Text Synchronization (ATS)
//   parameters for optimal computer monitor viewing
// Copyright, Howard Best, 2008.

// BASIC PARAMETERS:
JavaScriptForKeyG = 'location.href="../100speeches.htm"+encodeURLTL(true,false,true); // _100_1.js';
                // Code to execute when the "G" key is pressed
FS1= ".1"       // Non-video mode file name suffix
FS2= ".2"       // Video mode file name suffix
IPL= "Sorted_by_Rank,Sorted_by_Date,Sorted_by_Speaker";
                // Names of index playlists
DPL= "Documentation,Frequently_Asked_Questions,Download_MP3s";
                // Names of documentation play lists
FNP= "100speeches";
                // File name prefix
ELT= 2;         // Number of extra lines at top of window.
BL = 2;         // Number of blank lines before beginning of text.
LP = 14;        // Lines per window full
PD = 11;        // Lines per automatic/manual "Page Down"
FM = new Array();
FM [ 0 ] = "1.125, 1.000" .split ( ", " );
FM [ 1 ] = "1.100, 0.980" .split ( ", " );
FM [ 2 ] = "0.800, 0.800" .split ( ", " );
FM [ 3 ] = "1.125, 1.000" .split ( ", " );
FM [ 4 ] = "1.225, 1.175" .split ( ", " );
FM [ 5 ] = "1.050, 0.950" .split ( ", " );
FM [ 6 ] = "1.150, 1.050" .split ( ", " );
                // Font size multipliers
JU = "p/";      // JavaScript playlist files (../VaisnavaSongbook_....js) folder URL
AO = 2;         // Text positioning adjustment negative offset

// AUDIO PARAMETERS:
AP = "a/";      // Audio files URL prefix
MU = false;     // Mute the audio?
AE = ".mp3";    // Audio file extension

// HEADER/HELP DISPLAY PARAMETERS:
HFS= 0.022;     // Header font size multiplier
CHP= "yellow";  // Help font color
CV = "yellow";  // Volume indicator font color
CG2= "black";   // Help glow color
ML = 5;         // Left margin width in percent
MR = 5;         // Right margin width in percent
MT = 2.5;       // Top margin width in percent
HSM= 0.0200     // Help font size multiplier
NA = "red";     // Automatic-scrolling-off & mute-on indicator color
SG2= 8;         // Help glow strength
HDF= "Verdana"; // Header font family
HPF= "Courier New";
                // Help font family
HDW= 5;         // Header font weight (5, 6, or 7)
HPW= 7;         // Help font weight (5, 6, or 7)
HL = 1.2;       // Space occupied by one line (em's)
DG = false;     // Disable header/help glow?
NC = 80;        // Number of text box columns
TBM= 1.3;       // Text box font size multiplier

// TIMING PARAMETERS:
IR = 5;         // Number of seconds to repeat when the
                //  "I" key ("Instant replay") or when the
                //  "J" key ("Jump forward") is pressed
WT = 2;         // Number of seconds to display web page if "Play others", "Repeat all",
                //  or  "Random" were selected, and no audio is available.
NOD= 8;         // Number of days to keep "L" command text box cookie
ST = 7;         // Number of seconds to display status bar messages
VT1= 4;         // Number of seconds to display initial audio volume
                //  setting. (Set to -1 for permanent display.)
VT2= 1;         // Number of seconds to display audio volume setting or
                //  dim level setting after up or down arrows are released.
NR = 3;         // Number of "L" command text box rows
BT = "";        // "Beginning of timings" string;
ET = '";\n';    // "End of timings" string;
STB= 1;         // Frequency to autosave "L" command text box as a cookie (in minutes)
SS = 0.1;       // Number of seconds to speedup scrolling during playback
