//
// 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("Mission", "mission.html"))
	aux2 = insFld(aux1, gFld("History and Advances", "history.html"))
	aux2 = insFld(aux1, gFld("Contact and Directions", "contact.html"))
	
  aux1 = insFld(foldersTree, gFld("Research Programs", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Addiction Treatment and Medication Development Division", "addiction_treatment.html"))
	aux2 = insFld(aux1, gFld("Brain-Behavioral Vulnerabilities Laboratory", "brain_lab.html"))
	aux2 = insFld(aux1, gFld("HIV/AIDS Prevention Research Division", "aids_division.html"))
	aux2 = insFld(aux1, gFld("Clinical Trials Network", "trials_network.html"))
	aux2 = insFld(aux1, gFld("Novel Interventions in Criminal Justice Populations Division", "interventions_criminal.html"))
    aux2 = insFld(aux1, gFld("Continuing Care and Assessment Division", "care_assessment.html"))
    
  aux1 = insFld(foldersTree, gFld("Clinical Treatment", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Charles O&rsquo; Brien Center for Addiction Treatment", "obrien_addiction.html"))
	aux2 = insFld(aux1, gFld("Clinical Trials", "clinical_trials.html"))
	aux2 = insFld(aux1, gFld("Resources for Patients and Families", "patients_families.html"))
  
  aux1 = insFld(foldersTree, gFld("Affiliated Divisions", "divisions.html"))
	
  aux1 = insFld(foldersTree, gFld("Center Faculty and Staff", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Faculty and Staff Bios", "bios.html"))
    aux2 = insFld(aux1, gFld("Key Publications", "key_pubs.html"))
  
  aux1 = insFld(foldersTree, gFld("Post-Doctoral Fellowships", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Training Program Overview", "training.html"))
    aux2 = insFld(aux1, gFld("Application Information", "app_info.html"))
  
  aux1 = insFld(foldersTree, gFld("Seminars", "seminars.html"))
  
  aux1 = insFld(foldersTree, gFld("Public Education and Policy Work", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Work in Prison Populations to Prevent Recidivism", "prison_recidivism.html"))
  
  aux1 = insFld(foldersTree, gFld("Support our Work", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Volunteer for Research", "volunteer.html"))
    aux2 = insFld(aux1, gFld("Philanthropy", "philanthropy.html"))
	
  aux1 = insFld(foldersTree, gFld("Department of Psychiatry website", "http://www.med.upenn.edu/psych"))	
