//
// 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 MADS", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Mission and Vision", "mission.html"))
    aux2 = insFld(aux1, gFld("Hours of Operation", "hours.html"))
	aux2 = insFld(aux1, gFld("Contact Information", "contact.html"))
	aux2 = insFld(aux1, gFld("Directions", "directions.html"))
	aux2 = insFld(aux1, gFld("Make an Appointment", "appointment.html"))
  
  aux1 = insFld(foldersTree, gFld("Our Team", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Faculty", "faculty.html"))
    aux2 = insFld(aux1, gFld("Staff", "staff.html"))
  
  aux1 = insFld(foldersTree, gFld("Information for Patients and Families", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Depression", "depression.html"))
    aux2 = insFld(aux1, gFld("Bipolar Disorder", "bipolar.html"))
	aux2 = insFld(aux1, gFld("Anxiety", "anxiety.html"))
	aux2 = insFld(aux1, gFld("Panic Disorder", "panic.html"))
	aux2 = insFld(aux1, gFld("Social Anxiety Disorder", "social_anxiety.html"))
	aux2 = insFld(aux1, gFld("Insomnia", "insomnia.html"))
	aux2 = insFld(aux1, gFld("How do I know if I should seek treatment?", "seek.html"))
	aux2 = insFld(aux1, gFld("Treatments We Offer", "treatments.html"))	
  
  aux1 = insFld(foldersTree, gFld("Participate in One of Our Programs", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("What is Involved?", "involved.html"))
	aux2 = insFld(aux1, gFld("How do I Participate?", "participate.html"))
	aux2 = insFld(aux1, gFld("Current Studies Listing", "current.html"))
	aux2 = insFld(aux1, gFld("Payment and Insurance Information", "payment.html"))
  
  aux1 = insFld(foldersTree, gFld("Resources", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Relevant Links", "links.html"))
    aux2 = insFld(aux1, gFld("Suggested Books and Articles", "books.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"))

aux1 = insFld(foldersTree, gFld("Department of Psychiatry website", "http://www.med.upenn.edu/psych"))

