//
// 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 and History", "mission.html"))
	aux2 = insFld(aux1, gFld("Contact and Directions", "contact.html"))
	
   aux1 = insFld(foldersTree, gFld("Center Faculty and Staff", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Faculty Listing", "faculty.html"))
	aux2 = insFld(aux1, gFld("Staff Contact List", "staff.html"))
	
   aux1 = insFld(foldersTree, gFld("Diseases/Disorders Studied and Research Models", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Diseases/Disorders", "diseases.html"))
	aux2 = insFld(aux1, gFld("Models of Disease and Research Strategies", "models.html"))
	
   aux1 = insFld(foldersTree, gFld("Post-Doctoral Fellowships", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("T-32 Training Program", "t32.html"))
	aux2 = insFld(aux1, gFld("Fellowship Opportunities", "fellowship.html"))
	//aux2 = insFld(aux1, gFld("Application Information", "application.html"))
	
   aux1 = insFld(foldersTree, gFld("Seminars", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Seminar Schedules", "seminar.html"))
	aux2 = insFld(aux1, gFld("Department of Psychiatry Grand Rounds", "rounds.html"))
	
   aux1 = insFld(foldersTree, gFld("Support our Work", "javascript:undefined"))
	//aux2 = insFld(aux1, gFld("Volunteer for Research", "volunteer.html"))
	aux2 = insFld(aux1, gFld("Make a Donation", "donation.html"))

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