//
// 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("Who We Are and What We Do", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Mission and History", "mission.html"))
    aux2 = insFld(aux1, gFld("Affiliates", "affiliates.html"))
	aux2 = insFld(aux1, gFld("Faculty & Staff", "faculty.html"))
	aux2 = insFld(aux1, gFld("Fellowship Opportunities", "fellowship.html"))
	aux2 = insFld(aux1, gFld("Contact Us", "contact.html"))
  
  aux1 = insFld(foldersTree, gFld("Research", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Active Research and Funded Activities", "active_funded.html"))
    aux2 = insFld(aux1, gFld("Previous and Closed Studies", "studies.html"))
	aux2 = insFld(aux1, gFld("Faculty Publications", "publications.html"))
  
  aux1 = insFld(foldersTree, gFld("Resources", "javascript:undefined"))
    //aux2 = insFld(aux1, gFld("Recent Faculty Publications", "publications.html"))
	//aux2 = insFld(aux1, gFld("Training Seminars and Conferences", "training.html"))
	aux2 = insFld(aux1, gFld("Behavioral Health Standards and Competencies", "standards.html"))
	aux2 = insFld(aux1, gFld("Relevant Links", "links.html"))
	aux2 = insFld(aux1, gFld("Children's Mental Health", "child_health.html"))
	//aux2 = insFld(aux1, gFld("Recent Resource Publications", "resource_pubs.html"))
  
  aux1 = insFld(foldersTree, gFld("Events and Announcements", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Calendar of Events", "calendar.html"))
    //aux2 = insFld(aux1, gFld("In the News", "news.html"))
	
  //aux1 = insFld(foldersTree, gFld("CMHPSR intranet", "intranet.html"))
  
  aux1 = insFld(foldersTree, gFld("Department of Psychiatry website", "http://www.med.upenn.edu/psych"))
