//
// 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("Overview", "overview.html"))
	
  aux1 = insFld(foldersTree, gFld("Faculty and Staff", "faculty.html"))
	 
  //aux1 = insFld(foldersTree, gFld("Research Expertise", "research.html"))
	  
  aux1 = insFld(foldersTree, gFld("Overview of Service", "service.html"))
		
  aux1 = insFld(foldersTree, gFld("Fees and Payment", "fees.html"))
  
  aux1 = insFld(foldersTree, gFld("Contact Information", "contact.html"))
