// 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



foldersTree = gFld("", "")

 aux1 = insFld(foldersTree, gFld("Commissioned", "javascript:undefined"))
insDoc(aux1, gLnk("S", "Page One", "comm01.html"))
insDoc(aux1, gLnk("S", "Page Two", "comm02.html"))


 aux1 = insFld(foldersTree, gFld("Non-Commissioned", "javascript:undefined"))
insDoc(aux1, gLnk("S", "People", "people.html"))
insDoc(aux1, gLnk("S", "Places", "places.html"))



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