//
// Copyright (c) 2006 by Conor O'Mahony.
// For enquiries, please email GubuSoft@GubuSoft.com.
// Please keep all copyright notices below.
// Original author of TreeView script is Marcelino Martins.
//
// This document includes the TreeView script.
// The TreeView script can be found at http://www.TreeView.net.
// The script is Copyright (c) 2006 by Conor O'Mahony.
//
// You can find general instructions for this file at www.treeview.net.
//

USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1



foldersTree = gFld("<b>Navigate</b>")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("About the Center", "javascript:undefined"))
    //aux2 = insFld(aux1, gFld("Overview", "overview.html"))
    aux2 = insFld(aux1, gFld("Mission and History", "mission.html"))
    aux2 = insFld(aux1, gFld("Contact & Directions", "contact.html"))
  
  aux1 = insFld(foldersTree, gFld("Research Studies", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Depression Studies", "depression.html"))
    aux2 = insFld(aux1, gFld("Panic Disorder Studies", "panic.html"))
    aux2 = insFld(aux1, gFld("Generalized Anxiety Disorder Studies", "anxiety.html"))
    aux2 = insFld(aux1, gFld("Substance Abuse Studies", "substance.html"))
    aux2 = insFld(aux1, gFld("Community Partnership Studies", "partnership.html"))
    aux2 = insFld(aux1, gFld("Research Instruments", "instruments.html"))
  
  aux1 = insFld(foldersTree, gFld("Information for Patients", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Participating in Treatment", "participating.html"))
  
  aux1 = insFld(foldersTree, gFld("Faculty and Staff", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("CPR Faculty", "faculty.html"))
    aux2 = insFld(aux1, gFld("CPR Staff", "staff.html"))
    
  aux1 = insFld(foldersTree, gFld("Search the CPR website", "search.html"))
  
  aux1 = insFld(foldersTree, gFld("Department of Psychiatry website", "http://www.med.upenn.edu/psych"))