//
// 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("Director's Corner", "director.html"))
	aux2 = insFld(aux1, gFld("Mission and History", "mission.html"))
	aux2 = insFld(aux1, gFld("Contact and Directions", "contact.html"))
  
  aux1 = insFld(foldersTree, gFld("Clinical Treatment", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("About Our Program", "about.html"))
	aux2 = insFld(aux1, gFld("Sexual Trauma and Psychopathology Program", "stap.html"))
    aux2 = insFld(aux1, gFld("Frequently Asked Questions", "faq.html"))
    aux2 = insFld(aux1, gFld("Starting Treatment", "treatment.html"))
	aux2 = insFld(aux1, gFld("Resources for Patients and Families", "resources.html"))
	aux2 = insFld(aux1, gFld("Fees and Payment", "fees.html"))
	aux2 = insFld(aux1, gFld("Privacy Information", "privacy.html"))
	aux2 = insFld(aux1, gFld("Patient Questionnaires", "questionnaires.html"))
  
  aux1 = insFld(foldersTree, gFld("Training Programs", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Cognitive Therapy Training Program", "program_overview.html"))
	aux2 = insFld(aux1, gFld("Pre-Doctoral Practicum", "predoc_pract.html"))
    aux2 = insFld(aux1, gFld("Application Information", "app_info.html"))
    aux2 = insFld(aux1, gFld("Contact Information", "info.html"))
  
  aux1 = insFld(foldersTree, gFld("Clinicians and Staff", "admin.html"))
    //aux2 = insFld(aux1, gFld("Faculty", "faculty.html"))
	//aux2 = insFld(aux1, gFld("Administration", "admin.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"))	
