
///////////////////////////////////////////////////////////////
//    20300 - 20499 History screen                           //
///////////////////////////////////////////////////////////////
//
//20310 is the number of topics
//20311 to 20399 is a sequential list of topic titles (don't skip any numbers)
//20411 to 20499 are the file names on disk - correspond to the topic names

STRINGTABLE DISCARDABLE 
BEGIN
	20300 " "
	// Topics
	20310 "52" // number of topics
	20311 ""
	20312 ""
	20313 ""
	20314 ""
	20315 ""
	20316 ""
	20317 ""
	20318 ""
	20319 ""
	20320 ""
	20321 ""
	20322 ""
	20323 ""
	20324 "" // divider
	20325 "   "
	20326 "  "
	20327 ""
	20328 "   "
	20329 "     "
	20330 "     "
	20331 "     "
	20332 "  "
	20333 "     "
	20334 "    "
	20335 "     "
	20336 "    "
	20337 ""
	20338 "     "
	20339 "     "
	20340 "     "
	20341 " "
	20342 "  "
	20343 "" // divider
	20344 " "
	20345 "     "
	20346 "     "
	20347 " "
	20348 "    "
	20349 "        "
	20350 "    "
	20351 "    "
	20352 ""
	20353 ""
	20354 "      "
	20355 "    "
	20356 "  "
	20357 "    "
	20358 "    "
	20359 "    "
	20360 "     "
	20361 ""
	///////////////////////////////////////////////////
	// Text files associated with above topics
	///////////////////////////////////////////////////
	20411 "british.txt"
	20412 "byzantines.txt"
	20413 "celts.txt"
	20414 "chinese.txt"
	20415 "franks.txt"
	20416 "goths.txt"
	20417 "japanese.txt"
	20418 "mongols.txt"
	20419 "persians.txt"
	20420 "saracens.txt"
	20421 "teutons.txt"
	20422 "turks.txt"
	20423 "vikings.txt"
	20424 "" // divider
	20425 "warfare.txt"
	20426 "darkarmies.txt"
	20427 "knights.txt"
	20428 "weapons.txt"
	20429 "weaponscav.txt"
	20430 "weaponsmissile.txt"
	20431 "weaponshand.txt"
	20432 "armies.txt"
	20433 "armiesorg.txt"
	20434 "armiesstrat.txt"
	20435 "armiestactics.txt"
	20436 "armiesmongols.txt"
	20437 "castles.txt"
	20438 "castleevolution.txt"
	20439 "castledefenses.txt"
	20440 "castlesiege.txt"
	20441 "gunpowder.txt"
	20442 "naval.txt"
	20443 "" // divider
	20444 "middleages.txt"
	20445 "thefallofrome.txt"
	20446 "barbarianinvaders.txt"
	20447 "darkages.txt"
	20448 "politics.txt"
	20449 "darkagereligion.txt"
	20450 "charlemagne.txt"
	20451 "thevikings.txt"
	20452 "thecrusades.txt"
	20453 "feudalism.txt"
	20454 "feudalcontract.txt"
	20455 "themanor.txt"
	20456 "latemiddleages.txt"
	20457 "economy.txt"
	20458 "religion.txt"
	20459 "technology.txt"
	20460 "feudalismdecline.txt"
	20461 "renaissance.txt"
END
