//
// 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 Program", "mission.html"))
	aux2 = insFld(aux1, gFld("Mission and Vision", "mission.html"))
	aux2 = insFld(aux1, gFld("Faculty and Staff", "faculty.html"))
	aux2 = insFld(aux1, gFld("Contact", "disclaimer.html"))
	aux2 = insFld(aux1, gFld("Directions", "directions.html"))
  
  aux1 = insFld(foldersTree, gFld("Adult ADHD Program", "adhd.html"))
	aux2 = insFld(aux1, gFld("Overview", "adhd.html"))
	aux2 = insFld(aux1, gFld("About ADHD", "adhd_about.html"))
	aux2 = insFld(aux1, gFld("Assessment", "adhd_assessment.html"))
	aux2 = insFld(aux1, gFld("Treatment", "adhd_treatment.html"))
	aux2 = insFld(aux1, gFld("Group Programs", "adhd_group.html"))
	aux2 = insFld(aux1, gFld("Fees", "adhd_fees.html"))
  
  aux1 = insFld(foldersTree, gFld("Social Learning Disorder Program", "sldp.html"))
	aux2 = insFld(aux1, gFld("Overview", "sldp.html"))
	aux2 = insFld(aux1, gFld("About SLDP", "sldp_about.html"))
	aux2 = insFld(aux1, gFld("Assessment", "sldp_assessment.html"))
	aux2 = insFld(aux1, gFld("Treatment", "sldp_treatment.html"))
	aux2 = insFld(aux1, gFld("Group Programs", "sldp_group.html"))
	aux2 = insFld(aux1, gFld("Fees", "sldp_fees.html"))
  
  aux1 = insFld(foldersTree, gFld("Education and Outreach", "websites.html"))
	aux2 = insFld(aux1, gFld("PENN Autism Network (off-site)", "../pan/index.html"))
	aux2 = insFld(aux1, gFld("Suggested Books and Websites", "websites.html"))
	
  aux1 = insFld(foldersTree, gFld("Support our Work", "donation.html"))
	aux2 = insFld(aux1, gFld("Make a Donation", "donation.html"))

  aux1 = insFld(foldersTree, gFld("Department of Psychiatry website", "http://www.med.upenn.edu/psych"))
