//
// 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 Network", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Mission and Vision", "mission.html"))
	aux2 = insFld(aux1, gFld("Contact and Directions", "contact.html"))
	aux2 = insFld(aux1, gFld("Join Our Mailing List", "mailing.html"))
  
  aux1 = insFld(foldersTree, gFld("Events", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Annual PAN Conference", "annual_conference.html"))
	aux2 = insFld(aux1, gFld("Workshops and Other Offerings", "workshops.html"))
  
  aux1 = insFld(foldersTree, gFld("Resources", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Submit a Resource", "supports_services.html"))
	aux2 = insFld(aux1, gFld("Post-Secondary Education", "prof_conference.html"))
	aux2 = insFld(aux1, gFld("Transition to Employment", "employment.html"))
	//aux2 = insFld(aux1, gFld("Transition to Adulthood", "adulthood.html"))
	aux2 = insFld(aux1, gFld("Community Integration", "community.html"))
  
  aux1 = insFld(foldersTree, gFld("Support our Work", "javascript:undefined"))
	aux2 = insFld(aux1, gFld("Giving Opportunities", "giving.html"))
	aux2 = insFld(aux1, gFld("How to Make Your Gift", "gift.html"))
