//
// 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("Center Goals", "goals.html"))
    aux2 = insFld(aux1, gFld("Collaborating Organizations", "collaborating.html"))
    aux2 = insFld(aux1, gFld("Contact and Directions", "contact.html"))
  
  aux1 = insFld(foldersTree, gFld("Research Areas", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Extended Continuing Care", "care.html"))
    aux2 = insFld(aux1, gFld("Adaptive Treatment", "treatment.html"))
    aux2 = insFld(aux1, gFld("Treatment Enhancements", "enhancements.html"))
    aux2 = insFld(aux1, gFld("Patient Placement", "placement.html"))
    aux2 = insFld(aux1, gFld("Mechanisms of Change", "change.html"))
    aux2 = insFld(aux1, gFld("Service Delivery Methods", "methods.html"))
  
  aux1 = insFld(foldersTree, gFld("Current Clinical Trials", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("NIH Funded Grants", "grants.html"))
    aux2 = insFld(aux1, gFld("Collaborative Projects", "projects.html"))	
  
  aux1 = insFld(foldersTree, gFld("Center Faculty and Staff", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Faculty Bios", "faculty.html"))
    aux2 = insFld(aux1, gFld("Faculty Projects", "faculty_projects.html"))
  
  aux1 = insFld(foldersTree, gFld("Support our Work", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Make a donation", "donation.html"))
  
  aux1 = insFld(foldersTree, gFld("Department of Psychiatry website", "http://www.med.upenn.edu/psych"))