//
// 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 = 0
PRESERVESTATE = 1
HIGHLIGHT = 1


//
// The following code constructs the tree.
//
foldersTree = gFld("<b>Navigate Through <br> Research Areas</b>", "index.php")
  aux2 = insFld(foldersTree, gFld("Information Systems", "#"))
  	insDoc(aux2, gLnk("S", "ERP", "ERP.php"))
  	insDoc(aux2, gLnk("S", "Open Source", "opensource.php"))
  aux2 = insFld(foldersTree, gFld("Operations", "#"))
  	insDoc(aux2, gLnk("S", "Strategic Sourcing", "strategicsourcing.php"))
  aux2 = insFld(foldersTree, gFld("Management", "#"))
	
//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 