//
// 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 Psychiatry at Penn", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Our Mission & Vision", "mission.html"))
    aux2 = insFld(aux1, gFld("History of Psychiatry at Penn", "history.html"))
    aux2 = insFld(aux1, gFld("Collaborations", "collaborations.html"))
	aux2 = insFld(aux1, gFld("Contact Us", "contact.html"))
	aux2 = insFld(aux1, gFld("Message from the Chair", "chair.html"))
	aux2 = insFld(aux1, gFld("Penn Psych Perspective Newsletter", "newsletter.html"))
  
  aux1 = insFld(foldersTree, gFld("Clinical Services", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Clinical Care Main Page", "clinical.html"))
    aux2 = insFld(aux1, gFld("Outpatient Services", "outpatient.html"))
    aux2 = insFld(aux1, gFld("Inpatient & Assessment Svs.", "inpatient.html"))
  
  aux1 = insFld(foldersTree, gFld("Corporate Services", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("PBH Corporate Services", "pbhcs.html"))
	aux2 = insFld(aux1, gFld("Forensic Services", "forensic_services.html"))
  
  aux1 = insFld(foldersTree, gFld("Research Programs", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Research Programs Main Page", "research.html"))
	aux2 = insFld(aux1, gFld("Basic Science Research", "basic_research.html"))
	aux2 = insFld(aux1, gFld("Clinical Research", "clinical_research.html"))
  
  aux1 = insFld(foldersTree, gFld("Education & Training", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Education & Training Main Page", "education.html"))
    aux2 = insFld(aux1, gFld("Medical Student Education", "student_education.html"))
	aux2 = insFld(aux1, gFld("Residency Training", "psychres.html"))
	aux2 = insFld(aux1, gFld("Postdoctoral Fellowships", "fellowship.html"))
	aux2 = insFld(aux1, gFld("Clinical Psychology", "clinical_psych.html"))
	//aux2 = insFld(aux1, gFld("Professional & Public Education", "public.html"))
	
  aux1 = insFld(foldersTree, gFld("Psychiatry Faculty", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Faculty Listing", "faculty_database.html"))
    aux2 = insFld(aux1, gFld("Faculty Authored Books", "books.html"))
    aux2 = insFld(aux1, gFld("Open Faculty Positions", "http://www.med.upenn.edu/apps/faculty_ad/index.php/g332"))
	
  aux1 = insFld(foldersTree, gFld("Publications", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Faculty Authored Books", "books.html"))
    //aux2 = insFld(aux1, gFld("Penn Psychiatry in the News", "news.html"))
	aux2 = insFld(aux1, gFld("Penn Psych Perspective Newsletter", "newsletter.html"))
	aux2 = insFld(aux1, gFld("Journal Articles", "articles.html"))
	
  aux1 = insFld(foldersTree, gFld("Events", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Grand Rounds", "rounds.html"))
    //aux2 = insFld(aux1, gFld("Awards & Honors", "awards.html"))
    aux2 = insFld(aux1, gFld("Division Seminars", "div_seminars.html"))
    aux2 = insFld(aux1, gFld("Public Education Events", "public.html"))
    
  aux1 = insFld(foldersTree, gFld("Press and Announcements", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Penn Psychiatry in the News", "news.html"))
    aux2 = insFld(aux1, gFld("Awards and Honors", "awards.html"))
    aux2 = insFld(aux1, gFld("Penn Psych Perspective Newsletter", "newsletter.html"))
	
  aux1 = insFld(foldersTree, gFld("Support our Work", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Support our Work Main Page", "support.html"))
    aux2 = insFld(aux1, gFld("Philanthropy", "philanthropy.html"))
	aux2 = insFld(aux1, gFld("Volunteer for Research", "clinical_research.html"))
