// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 0


foldersTree = gFld("<b>Home</b>", "default.asp")
    aux1 = insFld(foldersTree, gFld("What Is Precept?", "overview.asp"))
 			insDoc(aux1, gLnk("S", "Precept Doctrinal Statement", "IntlDocStmt.htm"))
 			insDoc(aux1, gLnk("S", "Sagemont Church Statement", "SagemontPurpose.htm"))
    aux1 = insFld(foldersTree, gFld("History", "history.asp"))
    aux1 = insFld(foldersTree, gFld("Courses", "courses.asp"))
 			insDoc(aux1, gLnk("S", "Old Testament Courses", "OldTCourses.asp"))
 			insDoc(aux1, gLnk("S", "New Testament Courses", "NewTCourses.asp"))
 			insDoc(aux1, gLnk("S", "Topical Courses", "TopicalCourses.asp"))
 			insDoc(aux1, gLnk("S", "'Lord' Series", "LordSeries.asp"))
    aux1 = insFld(foldersTree, gFld("Registration", "NewRegistration.asp"))
    aux1 = insFld(foldersTree, gFld("Precept Ministries International", "international.asp"))
    aux1 = insFld(foldersTree, gFld("Links", "links.asp"))
    aux1 = insFld(foldersTree, gFld("Study Resources", "resources.asp"))
 			insDoc(aux1, gLnk("S", "Commentaries", "Commentaries.asp"))
 			insDoc(aux1, gLnk("S", "Concordances", "Concordances.asp"))
 			insDoc(aux1, gLnk("S", "Dictionaries", "Dictionaries.asp"))
    aux1 = insFld(foldersTree, gFld("Bible Search", "biblesearch.asp"))
 			insDoc(aux1, gLnk("S", "Basic Bible Search", "basicbiblesearch.asp"))
 			insDoc(aux1, gLnk("S", "Interlinear Bible Search", "greek.htm"))
 			insDoc(aux1, gLnk("S", "Parallel Bible Search", "parallel.asp"))
    aux1 = insFld(foldersTree, gFld("Maps", "maps.asp"))
    aux1 = insFld(foldersTree, gFld("Greek and Hebrew", "greek.htm"))
 			insDoc(aux1, gLnk("S", "Old Testament Language Primer", "OldTestamentPrimer.htm"))
 			insDoc(aux1, gLnk("S", "New Testament Language Primer", "NewTestamentPrimer.htm"))
      aux2 = insFld(aux1, gFld("Interlinear Bible Search", "GreekInterlinear.htm"))
        insDoc(aux2, gLnk("S", "Sample Word Study", "samplewordstudy.htm"))
 			insDoc(aux1, gLnk("S", "Strong's Concordance", "Strongs.htm"))
      aux2 = insFld(aux1, gFld("Vine's Dictionary", "VinesDictionary.htm"))
        insDoc(aux2, gLnk("S", "How To Use Vine's On-Line Dictionary", "VinesHelp.htm"))
 			insDoc(aux1, gLnk("S", "Hebrew Alphabet", "HebrewAlphabet.htm"))
 			insDoc(aux1, gLnk("S", "Greek Alphabet", "GreekAlphabet.htm"))
 			insDoc(aux1, gLnk("S", "Greek Tenses and Moods", "GreekMoods.htm"))
    aux1 = insFld(foldersTree, gFld("Odds 'n Ends", "oddsends.asp"))
 			insDoc(aux1, gLnk("S", "Bible Challenge", "challenge.asp"))
    aux1 = insFld(foldersTree, gFld("Leadership", "LeadershipRoster.asp"))


//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 
 
