//
// 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 Center", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Overview", "overview.html"))
	aux2 = insFld(aux1, gFld("Faculty and Staff", "faculty.html"))
	aux2 = insFld(aux1, gFld("CTSA in the News", "news.html"))
	aux2 = insFld(aux1, gFld("Contact and Directions", "contact.html"))
	aux2 = insFld(aux1, gFld("Visiting the CTSA", "visiting.html"))
	aux2 = insFld(aux1, gFld("Employment Opportunities", "employment.html"))
  
  aux1 = insFld(foldersTree, gFld("Getting Treatment at our Center", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Treatment Programs", "treatment.html"))
	aux2 = insFld(aux1, gFld("Open Research Studies", "studies.html"))
	aux2 = insFld(aux1, gFld("Fees and Payment Information", "fees.html"))
	aux2 = insFld(aux1, gFld("Online Forms for Patients", "forms.html"))
	//aux2 = insFld(aux1, gFld("Feedback from Our Patients", "feedback.html"))
  
  aux1 = insFld(foldersTree, gFld("About the Disorders We Treat", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Obsessive-Compulsive Disorder", "ocd.html"))
	aux2 = insFld(aux1, gFld("Post-Traumatic Stress Disorder", "ptsd.html"))
	aux2 = insFld(aux1, gFld("Social Anxiety", "social_anxiety.html"))
	aux2 = insFld(aux1, gFld("Generalized Anxiety", "general_anxiety.html"))
	aux2 = insFld(aux1, gFld("Panic Disorder", "panic.html"))
	aux2 = insFld(aux1, gFld("Specific Phobias", "phobias.html"))
	aux2 = insFld(aux1, gFld("Bereavement", "bereavement.html"))
	//aux2 = insFld(aux1, gFld("Trichotillomania", "tric.html"))
	//aux2 = insFld(aux1, gFld("Chronic Tic Disorder", "tic.html"))
  
  aux1 = insFld(foldersTree, gFld("Information for Professionals", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("About our Research", "research.html"))
	aux2 = insFld(aux1, gFld("Professional Workshops", "workshops.html"))
	aux2 = insFld(aux1, gFld("Upcoming Talks and Lectures", "lectures.html"))
	
  aux1 = insFld(foldersTree, gFld("Resources", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("CTSA Article Library", "library.html"))
	aux2 = insFld(aux1, gFld("Recommended Books", "books.html"))
	aux2 = insFld(aux1, gFld("Links", "links.html"))

 aux1 = insFld(foldersTree, gFld("Support our Work", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Make a Donation", "donation.html"))
