// You can find instructions for this file here:
// http://www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree


foldersTree = gFld("<i>Reformation.com</i>", "startPage.html")

	aux1 = insFld(foldersTree, gFld("The Complete list", "CSA/allabuse.html"))
        aux1 = insFld(foldersTree, gFld("Baptist Ministers", "CSA/baptistsabuse.html"))
        aux1 = insFld(foldersTree, gFld("'Bible Church' Ministers", "CSA/bibleabuse.html"))
        aux1 = insFld(foldersTree, gFld("Episcopalian Ministers", "CSA/episcopalianabuse.html"))
        aux1 = insFld(foldersTree, gFld("Lutheran Ministers", "CSA/lutheranabuse.html"))
        aux1 = insFld(foldersTree, gFld("Methodist Ministers", "CSA/methodistabuse.html"))
        aux1 = insFld(foldersTree, gFld("Presbyterian Ministers", "CSA/Presbyterianabuse.html"))
        aux1 = insFld(foldersTree, gFld("Various Ministers", "CSA/variousabuse.html"))
        aux1 = insFld(foldersTree, gFld("Articles", "CSA/articles.html"))
        aux1 = insFld(foldersTree, gFld("Books", "CSA/books.html"))
