//
// 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 Us", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("About Us-Main Page", "about.html"))
    aux2 = insFld(aux1, gFld("From the Chairman", "chairman.html"))
    aux2 = insFld(aux1, gFld("Program Leadership", "directors.html"))
  
  aux1 = insFld(foldersTree, gFld("Program Structure", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Program Structure-Main Page", "program.html"))
    aux2 = insFld(aux1, gFld("Residency Steering Committee", "steering_committee.html"))
    aux2 = insFld(aux1, gFld("Rotations", "rotations.html"))
    aux2 = insFld(aux1, gFld("Didactics", "didactics.html"))
    aux2 = insFld(aux1, gFld("Psychotherapy Training", "psychotherapy.html"))
    aux2 = insFld(aux1, gFld("Child & Adolescent Psych Training", "child.html"))
    aux2 = insFld(aux1, gFld("Clinical Neuroscience Training", "neuroscience.html"))
    aux2 = insFld(aux1, gFld("Elective Opportunities", "elective.html"))
	aux2 = insFld(aux1, gFld("Research Opportunities", "research.html"))
  
  aux1 = insFld(foldersTree, gFld("Specialty Elective Tracks", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Specialty Elective Tracks-Main Page", "elective_tracks.html"))
    aux2 = insFld(aux1, gFld("Psychotherapy Track", "psych_track.html"))
	aux2 = insFld(aux1, gFld("Clinical Research Scholars Track", "scholars_track.html"))
	aux2 = insFld(aux1, gFld("Community Psychiatry Track", "community_track.html"))
	
  
  aux1 = insFld(foldersTree, gFld("Research/Clinical Fellowships", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Research/Clinical Fellowships-Main Page", "research_main.html"))
	aux2 = insFld(aux1, gFld("Post-graduate Fellowship Training", "postgrad.html"))
  
  aux1 = insFld(foldersTree, gFld("Living in Philadelphia", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Living in Philadelphia-Main Page", "living.html"))
    aux2 = insFld(aux1, gFld("Neighborhoods & Cost of Living", "neighborhood.html"))
	aux2 = insFld(aux1, gFld("The Penn Community", "community.html"))
	
  aux1 = insFld(foldersTree, gFld("Salaries & Benefits", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Salaries & Benefits-Main Page", "salaries.html"))
	
  aux1 = insFld(foldersTree, gFld("Application Information", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("How to Apply with Link to ERAS", "apply.html"))
    aux2 = insFld(aux1, gFld("Request a Brochure", "brochure.html"))
	aux2 = insFld(aux1, gFld("Living in Philadelphia", "living.html"))
	
  aux1 = insFld(foldersTree, gFld("Intranet Psychepedia", "psychepedia/"))
  aux1 = insFld(foldersTree, gFld("Department of Psychiatry", "../psych/index.html"))