// Navigation array indexes
TEXT=0;
PAGE=1;
IMAGE=2;

var navEndIndex = new Array();
navEndIndex[0] = 12;
navEndIndex[1] = 18;
navEndIndex[2] = 21;

var dropdownLastIndex = 16;

var globals = new Array();
globals = [
        ["PREHISTORY","PreHistory.shtml", "prehistory"],           //0
        ["ANCIENT/BIBLICAL HISTORY","AncientBiblical.shtml", "ancientBiblical"],           //1
        ["MEDIEVAL HISTORY","Medieval.shtml", "medievalHistory"],           //2
        ["MASTER OF MILITARY HISTORY","http://www.mmh.norwich.edu/bhw/", "norwichsidebarad"],           //3
		["AMERICAN HISTORY","USHistory.shtml", "americanHistory"],           //4
        ["EARLY MODERN EUROPE","EarlyModernEurope.shtml", "earlyModEurope"],           //5
        ["MODERN HISTORY","20thCentury.shtml", "ModernHistory"],           //6
        ["MILITARY HISTORY","Military_GeneralResources.shtml", "MilitaryHistory"],           //7		
        ["WORLD WAR II HISTORY","WWII.shtml", "wwIIHistory"],           //8
		["HISTORY TODAY", "HistoryToday.shtml", "historyToday3"],           //9
        ["ART HISTORY","ArtHistory.shtml", "artHistory"],           //10
		["ORAL HISTORY", "OralHistory.shtml", "oralHistory"],           //11
        ["GENERAL RESOURCES","GeneralResources.shtml", "generalResources"],           //12
        ["MAPS","Maps.shtml", "Maps"],           //13
        ["LESSON PLANS/ACTIVITIES","LessonPlans.shtml", "lessonPlansActivities"],           //14
        ["GAMES AND ANIMATION","Multimedia.shtml", "games"],           //15
        ["RESEARCH","Research.shtml", "research"],           //16
        ["VISIT OUR SPONSORS","Sponsors.shtml", "VisitSponsors"],           //17
        ["VIRSONA","http://www.virsona.com/talkinghistory", "bohtalkinghistory"],           //18
        ["ADVERTISE ON OUR SITE","SponsorshipAds.shtml", "BecomeSponsor2"],           //19
/*		["EDUCATOR PUBLICATIONS","EducatorPublications.shtml", "Educator_Publ_TWT"],           //20
        ["HELPFUL LINKS","HelpfulLinks.shtml", "Helpful_Links_TWT"]           //21   */
  ]

var subs = new Array();
subs[0] = [
        ["Stone Age","PreHistory_StoneAge.shtml"],
        ["Art","PreHistory_Art.shtml"],
        ["General Resources","PreHistory_GeneralResources.shtml"],
        []
  ]
subs[1] = [
        ["Mesopotamia","AncientBiblical_Mesopotamia.shtml"],
        ["Egypt","AncientBiblical_Egypt.shtml"],
        ["Greece","AncientBiblical_Greece.shtml"],
        ["Rome","AncientBiblical_Rome.shtml"],
        ["China","AncientBiblical_China.shtml"],
        ["Africa","AncientBiblical_Africa.shtml"],
        ["Mesoamerica","AncientBiblical_Mesoamerica.shtml"],
        ["Judaism","AncientBiblical_Judaism.shtml"],
        ["Christianity","AncientBiblical_Christianity.shtml"],
        ["Islam","AncientBiblical_Islam.shtml"],
        ["Hinduism Buddhism","AncientBiblical_HinduismBuddhism.shtml"],
        ["General Resources","AncientBiblical_GeneralResources.shtml"],
        []
  ]
subs[2] = [
        ["Europe","Medieval_Europe.shtml"],
        ["General Resources","Medieval_GeneralResources.shtml"],
        []
  ]
subs[3] = [
        []
  ]
subs[4] = [
        ["Topics"],
        ["Native American","USHistory_NativeAmerican.shtml"],
        ["African American","USHistory_AfricanAmerican.shtml"],
        ["Women","USHistory_Women.shtml"],
        ["Government","USHistory_Government.shtml"],
        ["Immigration","USHistory_Immigration.shtml"],
        ["GeneralResources","USHistory_GeneralResources.shtml"],
        ["Periods"],
        ["Pre-Colonial","USHistory_PreColonial.shtml"],
        ["Colonial","USHistory_Colonial.shtml"],
        ["Independence","USHistory_Independence.shtml"],
        ["Constitution","USHistory_Constitution.shtml"],
        ["Early Republic","USHistory_EarlyRepublic.shtml"],
        ["South & Slavery","USHistory_SouthSlavery.shtml"],
        ["Civil War","USHistory_CivilWar.shtml"],
        ["Reconstruction","USHistory_Reconstruction.shtml"],
        ["Gilded Age","USHistory_GildedAge.shtml"],
        ["Westward Expansion","USHistory_WestwardExpansion.shtml"],
        ["Early Imperialism","USHistory_EarlyImperialism.shtml"],
        ["Progressivism","USHistory_Progressivism.shtml"],
        ["WWI","USHistory_WWI.shtml"],
        ["Roaring '20s","USHistory_Roaring20s.shtml"],
        ["Great Depression","USHistory_GreatDepression.shtml"],
        ["Civil Rights","USHistory_CivilRights.shtml"],
        ["Cold War Era","USHistory_ColdWarEra.shtml"],
		["Vietnam","USHistory_Vietnam.shtml"],
        ["Post Cold War","USHistory_PostColdWar.shtml"],
        []
  ]
subs[5] = [
        []
  ]
subs[6] = [
        ["WWI","20thCentury_WWI.shtml"],
        ["Russian Revolution","20thCentury_RussianRevolution.shtml"],
		["Hitler","20thCentury_Hitler.shtml"],
		["Stalin","20thCentury_Stalin.shtml"],
		["China & Tibet","20thCentury_China&Tibet.shtml"],
        ["Cold War","20thCentury_ColdWar.shtml"],
		["Middle East History","20thCentury_MiddleEast.shtml"],
		["Lebanon","20thCentury_Lebanon.shtml"],
		["Terrorism & 9/11","20thCentury_terrorism.shtml"],
        ["Post Cold War Era","20thCentury_PostColdWarEra.shtml"],
        ["General Resources","20thCentury_GeneralResources.shtml"],
        []
  ]
subs[7] = [
        []
  ]
subs[8] = [
        []
  ]
subs[9] = [
        []
  ]
subs[10] = [
        []
  ]
subs[11] = [
        []
  ]
subs[12] = [
        []
  ]
subs[13] = [
        []
  ]
subs[14] = [
        []
  ]
subs[15] = [
        []
  ]
subs[16] = [
        []
  ]
subs[17] = [
        []
  ]
subs[18] = [
        []
  ]
subs[19] = [
        []
  ]
subs[20] = [
        []
  ]
subs[21] = [
		[]
  ]
subs[22] = [
		[]
  ]