
%books = ("Ge" => "Genesis", "Exo" => "Exodus", "Lev" => "Leviticus", "Num" => "Numbers", "Deu" => "Deuteronomy",
	"Josh" => "Joshua", "Jdgs" => "Judges", "Ruth" => "Ruth", "1Sm" => "1st Samuel", "2Sm" => "2nd Samuel",
	"1Ki" => "1st Kings", "2Ki" => "2nd Kings", "1Chr" => "1st Chronicles", "2Chr" => "2nd Chronicles",
	"Ezra" => "Ezra", "Neh" => "Nehemiah", "Est" => "Esther", "Job" => "Job", "Psa" => "Psalms",
	"Prv" => "Proverbs", "Eccl" => "Ecclesiastes", "SSol" => "Song of Solomon", "Isa" => "Isaiah",
	"Jer" => "Jeremiah", "Lam" => "Lamentations", "Eze" => "Ezekiel", "Dan" => "Daniel", "Hos" => "Hosea",
	"Joel" => "Joel", "Amos" => "Amos", "Obad" => "Obadiah", "Jonah" => "Jonah", "Mic" => "Micah",
	"Nahum" => "Nahum", "Hab" => "Habbukuk", "Zep" => "Zephaniah", "Hag" => "Haggai", "Zec" => "Zechariah",
	"Mal" => "Malachi", "Mat" => "Matthew", "Mark" => "Mark", "Luke" => "Luke", "John" => "John",
	"Acts" => "Acts", "Rom" => "Romans", "1Cor" => "1st Corinthians", "2Cor" => "2nd Corinthians",
	"Gal" => "Galatians", "Eph" => "Ephesians", "Phi" => "Phillipians", "Col" => "Colossians",
	"1Th" => "1st Thessalonians", "2Th" => "2nd Thessalonians", "1Tim" => "1st Timothy", "2Tim" => "2nd Timothy",
	"Titus" => "Titus", "Phmn" => "Philemon", "Heb" => "Hebrews", "Jas" => "James", "1Pet" => "1st Peter",
	"2Pet" => "2nd Peter", "1Jn" => "1st John", "2Jn" => "2nd John", "3Jn" => "3rd John", "Jude" => "Jude",
	"Rev" => "Revelation", 
	);	

%filePos = ("Ge" => "0:1532", "Exo" => "1533:2745", "Lev" => "2746:3604", "Num" => "3605:4892", "Deu" => "4893:5851",
	"Josh" => "5852:6509", "Jdgs" => "6510:7127", "Ruth" => "7128:7212", "1Sm" => "7213:8022", 
	"2Sm" => "8023:8717", "1Ki" => "8718:9533", "2Ki" => "9534:10252", "1Chr" => "10253:11194", 
	"2Chr" => "11195:12016", "Ezra" => "12017:12296", "Neh" => "12297:12702", "Est" => "12703:12869",
	"Job" => "12870:13939", "Psa" => "13940:16400", "Prv" => "16401:17315", "Eccl" => "17316:17537",
	"SSol" => "17538:17654", "Isa" => "17655:18946", "Jer" => "18947:20310", "Lam" => "20311:20464",
	"Eze" => "20465:21737", "Dan" => "21738:22094", "Hos" => "22095:22291", "Joel" => "22292:22364",
	"Amos" => "22365:22510", "Obad" => "22511:22531", "Jonah" => "22532:22579", "Mic" => "22580:22684",
	"Nahum" => "22685:22731", "Hab" => "22732:22787", "Zep" => "22788:22840", "Hag" => "22841:22878",
	"Zec" => "22879:23089", "Mal" => "23090:23144", "Mat" => "23145:24215", "Mark" => "24216:24893",
	"Luke" => "24894:26044", "John" => "26045:26923", "Acts" => "26924:27930", "Rom" => "27931:28363",
	"1Cor" => "28364:28800", "2Cor" => "28801:29057", "Gal" => "29058:29206", "Eph" => "29207:29361",
	"Phi" => "29362:29465", "Col" => "29466:29560", "1Th" => "29561:29649", "2Th" => "29650:29696",
	"1Tim" => "29697:29809", "2Tim" => "29810:29892", "Titus" => "29893:29938", "Phmn" => "29939:29963",
	"Heb" => "29964:30266", "Jas" => "30267:30374", "1Pet" => "30375:30479", "2Pet" => "30480:30540",
	"1Jn" => "30541:30645", "2Jn" => "30646:30658", "3Jn" => "30659:30672", "Jude" => "30673:30697",
	"Rev" => "30698:31101");

%numbers = ("1" => "1st ", "2" => "2nd ", "3" => "3rd ");
1;
