// 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 = 1
USEFRAMES = 0
USEICONS = 1
WRAPTEXT = 1
PERSERVESTATE = 1


foldersTree = gFld("<b>Atlanta VA R&D Center of Excellence</b>", "../index.cfm")
  aux1 = insFld(foldersTree, gFld("Home", "javascript:undefined"))
    aux2 = insDoc(aux1, gLnk("T", "Mission Statement", "../index.cfm"))
    aux2 = insDoc(aux1, gLnk("T", "Center Diagram", "../home/diagram.htm"))
	aux2 = insDoc(aux1, gLnk("T", "Center Support", "../home/support.htm"))
   
  aux1 = insFld(foldersTree, gFld("Study Participants", "javascript:undefined"))
    aux2 = insDoc(aux1, gLnk("T", "Participant Registry", "../participants/registry.cfm"))
    aux2 = insDoc(aux1, gLnk("T", "Privacy Information", "../participants/privacy.htm"))
	
  aux1 = insFld(foldersTree, gFld("Center Personnel", "../personnel/index.cfm"))
  
  aux1 = insFld(foldersTree, gFld("Seminars", "javascript:undefined"))
    aux2 = insDoc(aux1, gLnk("T", "Upcoming Current Year", "../seminars/index.cfm?recordID=upcoming"))
    aux2 = insDoc(aux1, gLnk("T", "Past Current Year", "../seminars/index.cfm?recordID=past"))
	
  aux1 = insFld(foldersTree, gFld("Active Research", "javascript:undefined"))
    aux2 = insDoc(aux1, gLnk("T", "VA Funded", "../active/index.cfm?recordID=32kbkd"))
    aux2 = insDoc(aux1, gLnk("T", "Non-VA Funded", "../active/index.cfm?recordID=d3945d"))
	
  aux1 = insFld(foldersTree, gFld("Technology Transfer", "../techtransfer/exercise.htm"))
  
  aux1 = insFld(foldersTree, gFld("Past Research", "javascript:undefined"))
    aux2 = insDoc(aux1, gLnk("T", "VA Funded", "../past/index.cfm?recordID=32kbkd"))
    aux2 = insDoc(aux1, gLnk("T", "Non-VA Funded", "../past/index.cfm?recordID=d3945d"))
	
  aux1 = insFld(foldersTree, gFld("Publications", "../publications/index.cfm"))
  
  aux1 = insFld(foldersTree, gFld("Web Resources", "javascript:undefined"))
    aux2 = insDoc(aux1, gLnk("T", "General Information", "../webresources/index.cfm?recordID=ab12"))
    aux2 = insDoc(aux1, gLnk("T", "Rehab Organizations", "../webresources/index.cfm?recordID=cd34"))
	aux2 = insDoc(aux1, gLnk("T", "Funding Agencies", "../webresources/index.cfm?recordID=ef56"))