//
// 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("Our Staff", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Our Staff", "staff.html"))
	aux2 = insFld(aux1, gFld("Adjunct Staff", "adjunct.html"))
  
  aux1 = insFld(foldersTree, gFld("About our Treatment Programs", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Treatment Programs", "programs.html"))
	aux2 = insFld(aux1, gFld("What We Treat", "treatment.html"))
	aux2 = insFld(aux1, gFld("How We Treat These Disorders", "disorders.html"))
  
  aux1 = insFld(foldersTree, gFld("Research Opportunities and Specialized Programs", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("POTS JR", "potsjr.html"))
	aux2 = insFld(aux1, gFld("PedTTM", "pedttm.html"))	
  
  aux1 = insFld(foldersTree, gFld("Directions / Contact Info", "directions.html"))
	
  aux1 = insFld(foldersTree, gFld("Related Links", "links.html"))

  aux1 = insFld(foldersTree, gFld("Resources for Parents", "resources.html"))
  
  aux1 = insFld(foldersTree, gFld("Resources for Professionals", "resources_pros.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"))
