//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1
ICONPATH = "/images/"


foldersTree = gFld("<b>Home</b>", "/index.php")
    aux2 = insFld(foldersTree, gFld("Music Store", "/index.php/main/coolstuff/"))
    aux2 = insFld(foldersTree, gFld("P J Belly Music", "/index.php/main/pjbellymusic/"))
                        insDoc(aux2, gLnk("S", "Scholarships", "/index.php/main/scholarships/"))
    aux2 = insFld(foldersTree, gFld("P J Belly", "/index.php/main/pjbelly/"))
                        insDoc(aux2, gLnk("S", "Memorials and Tributes", "/index.php/main/memorials/"))
 			insDoc(aux2, gLnk("S", "Biography", "/index.php/main/biograph/"))
 			insDoc(aux2, gLnk("S", "From Dr Rock", "/index.php/main/drrock/"))
 			insDoc(aux2, gLnk("S", "Sinatra Tribute", "/index.php/main/frank/"))
 			insDoc(aux2, gLnk("S", "At the Ranch", "/index.php/main/ranch/"))    
    aux2 = insFld(foldersTree, gFld("Good Music & Good Times", "javascript:undefined"))
 			insDoc(aux2, gLnk("S", "Memory Lane", "/index.php/main/memorylane/"))
 			insDoc(aux2, gLnk("S", "Belly's", "/index.php/main/bellys/"))
 			insDoc(aux2, gLnk("S", "Lubbock to Las Vegas", "/index.php/main/lubbockvegas/"))
    aux2 = insFld(foldersTree, gFld("Contact", "/index.php/main/contact/"))
    aux2 = insFld(foldersTree, gFld("Links", "/index.php/main/links/"))


//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 