//
// 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 DRU", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Overview", "overview.html"))
	aux2 = insFld(aux1, gFld("Faculty and Staff", "faculty.html"))
	aux2 = insFld(aux1, gFld("Contact and Directions", "contact.html"))
  
  /*aux1 = insFld(foldersTree, gFld("Ongoing Research", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Depression Research Studies", "ongoing_depression.html"))
    aux2 = insFld(aux1, gFld("Bipolar Research Studies", "ongoing_bipolar.html"))
    aux2 = insFld(aux1, gFld("Anxiety Research Studies", "ongoing_anxiety.html"))
    aux2 = insFld(aux1, gFld("Other Research Studies", "ongoing_other.html"))
  
  aux1 = insFld(foldersTree, gFld("Previous Research", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Depression Research Studies", "previous_depression.html"))
    aux2 = insFld(aux1, gFld("Bipolar Research Studies", "previous_bipolar.html"))
    aux2 = insFld(aux1, gFld("Anxiety Research Studies", "previous_anxiety.html"))
    aux2 = insFld(aux1, gFld("Other Research Studies", "previous_other.html"))*/
  aux1 = insFld(foldersTree, gFld("Clinical & Research Activities", "clinical_research.html"))
  
  
  aux1 = insFld(foldersTree, gFld("Information about Disorders", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Depressive Disorders", "literature_depression.html"))
	aux2 = insFld(aux1, gFld("Bipolar Disorders", "literature_bipolar.html"))
	aux2 = insFld(aux1, gFld("Anxiety Disorders", "literature_anxiety.html"))
	aux2 = insFld(aux1, gFld("Other Disorders", "literature_other.html"))
  
  aux1 = insFld(foldersTree, gFld("Resources", "javascript:undefined"))
    //aux2 = insFld(aux1, gFld("Upcoming speaking engagements", "speaking.html"))
	aux2 = insFld(aux1, gFld("Relevant Links", "links.html"))
	aux2 = insFld(aux1, gFld("In the News", "news.html"))
    aux2 = insFld(aux1, gFld("Recent Publications", "publications.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"))	
