//
// 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 Us", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Mission", "mission.html"))
	aux2 = insFld(aux1, gFld("Contact and Directions", "contact.html"))
	aux2 = insFld(aux1, gFld("Fellowship Program", "fellowship.html"))
  
  aux1 = insFld(foldersTree, gFld("Our Team", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Clinicians", "clinicians.html"))
	aux2 = insFld(aux1, gFld("Administrative Staff", "staff.html"))
  
  aux1 = insFld(foldersTree, gFld("Clinical Services", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Scheduling an Appointment", "appointment.html"))
	aux2 = insFld(aux1, gFld("Initial Assessment", "assessment.html"))
	aux2 = insFld(aux1, gFld("Follow-up Care", "care.html"))
	aux2 = insFld(aux1, gFld("Fees and Payment", "fees.html"))
  
  aux1 = insFld(foldersTree, gFld("Research", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Areas of Study", "study.html"))
	aux2 = insFld(aux1, gFld("Active Research Studies", "open.html"))
	//aux2 = insFld(aux1, gFld("Previous Studies", "previous.html"))
	
  aux1 = insFld(foldersTree, gFld("Support our Work", "javascript:undefined"))
	//aux2 = insFld(aux1, gFld("Participate in Research", "research.html"))
	aux2 = insFld(aux1, gFld("Make a Donation", "donation.html"))
