//
// 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 and Vision", "mission.html"))
    aux2 = insFld(aux1, gFld("Contact Us", "contact.html"))
  
  aux1 = insFld(foldersTree, gFld("People", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Faculty", "faculty.html"))
    aux2 = insFld(aux1, gFld("Staff", "staff.html"))
    aux2 = insFld(aux1, gFld("Trainees", "trainees.html"))
    aux2 = insFld(aux1, gFld("Student Workers", "workers.html"))
    aux2 = insFld(aux1, gFld("Collaborators", "collaborators.html"))
    aux2 = insFld(aux1, gFld("Alumni", "alumni.html"))
  
  aux1 = insFld(foldersTree, gFld("Research", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Current Projects", "projects.html"))
    aux2 = insFld(aux1, gFld("Selected Publications", "publications.html"))
	aux2 = insFld(aux1, gFld("Funding Agencies", "agencies.html"))
	aux2 = insFld(aux1, gFld("Participate in Research", "research.html"))
	
  
  aux1 = insFld(foldersTree, gFld("Support our Work", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("To Donate", "donate.html"))
	aux2 = insFld(aux1, gFld("To Participate in Research", "participate.html"))
  
  aux1 = insFld(foldersTree, gFld("Relevant Links", "links.html"))
	
  aux1 = insFld(foldersTree, gFld("UEP Web Services", "example.html"))
