//
// 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("Overview", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("About Dr. Beck", "index.html"))
    aux2 = insFld(aux1, gFld("Biography", "biography.html"))
	aux2 = insFld(aux1, gFld("Awards and Honors", "awards.html"))
    aux2 = insFld(aux1, gFld("In the News", "news.html"))
	aux2 = insFld(aux1, gFld("Photos", "photos.html"))
    aux2 = insFld(aux1, gFld("Contact Info", "contact.html"))
	
aux1 = insFld(foldersTree, gFld("Research", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("About Dr. Beck's Research", "research.html"))
    aux2 = insFld(aux1, gFld("Suicide Research", "research_suicide.html"))
	aux2 = insFld(aux1, gFld("Schizophrenia Research", "research_schiz.html"))
	aux2 = insFld(aux1, gFld("Dissemination Research", "research_dissem.html"))
	
aux1 = insFld(foldersTree, gFld("Publications", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Journal Articles", "journal.html"))
    aux2 = insFld(aux1, gFld("Books", "books.html"))
	
aux1 = insFld(foldersTree, gFld("Research Measures", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Beck Scales and Inventories", "scales.html"))
	
aux1 = insFld(foldersTree, gFld("Postdoctoral Training", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Training Opportunities", "training.html"))
	
aux1 = insFld(foldersTree, gFld("The Beck Institute", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Information about The Beck Institute", "info.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"))