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


foldersTree = gFld("<b>Home</b>", "http://www.nyu.edu/cte/")
     aux2 = insFld(foldersTree, gFld("Who We Are", "javascript:undefined"))
       insDoc(aux2, gLnk("S", "History and Purpose", "http://www.nyu.edu/cte/centerhistory.html"))
       insDoc(aux2, gLnk("S", "Center Staff", "http://www.nyu.edu/cte/People.html"))
    aux2 = insFld(foldersTree, gFld("Resources for...", "javascript:undefined"))
 			insDoc(aux2, gLnk("S", "Faculty", "http://www.nyu.edu/cte/Faculty.html"))
 			insDoc(aux2, gLnk("S", "Graduate Students/TAs", "http://www.nyu.edu/cte/Ta.html"))
 			insDoc(aux2, gLnk("S", "Departments & Schools", "http://www.nyu.edu/cte/Departments.html"))
    aux2 = insFld(foldersTree, gFld("What We Do", "javascript:undefined"))
      insDoc(aux2, gLnk("S", "Workshops & Programs", "http://www.nyu.edu/cte/Programs.html"))
      insDoc(aux2, gLnk("S", "Feedback Services", "http://www.nyu.edu/cte/Services.html"))
    insDoc (aux2, gLnk ("S", "Bruner Library", "http://www.nyu.edu/cte/Library.html"))


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