//
// 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
HIGHLIGHT = 1


//
// The following code constructs the tree.
//

foldersTree = gFld("", "#")
foldersTree.treeID = "aboutus"
foldersTree.xID = "A"  
  aux1 = insFld(foldersTree, gFld("About Us", "aboutus.php"))
  aux1.xID = "A0"
  aux1 = insFld(foldersTree, gFld("Market Sectors", "marketsectors.php"))
  aux1.xID = "A1"
  aux1 = insFld(foldersTree, gFld("Contract Vehicles", "contractvehicles.php"))
  aux1.xID = "A2"
  aux1 = insFld(foldersTree, gFld("Leadership", "leadership.php"))
  aux1.xID = "A3"
//    aux2 = insFld(aux1, gFld("L. Frank Field", "leadership.php?id=1"))
//    aux2.xID = "A31"
//    aux2 = insFld(aux1, gFld("Gina Field", "leadership.php?id=2"))
//    aux2.xID = "A32"
//    aux2 = insFld(aux1, gFld("Richard P. Shields", "leadership.php?id=3"))
//    aux2.xID = "A33"
//    aux2 = insFld(aux1, gFld("Michelle V. Silvia", "leadership.php?id=4"))
//    aux2.xID = "A34"
//    aux2 = insFld(aux1, gFld("Kathleen Henderson", "leadership.php?id=5"))
//    aux2.xID = "A35"
//    aux2 = insFld(aux1, gFld("Caherine Foy", "leadership.php?id=6"))
//    aux2.xID = "A36"
//    aux2 = insFld(aux1, gFld("Al Horton", "leadership.php?id=7"))
//    aux2.xID = "A37"
//    aux2 = insFld(aux1, gFld("Robert Herndon", "leadership.php?id=8"))
//    aux2.xID = "A38"
//    aux2 = insFld(aux1, gFld("Cherrie Berrigan", "leadership.php?id=9"))
//    aux2.xID = "A39"
//    aux2 = insFld(aux1, gFld("Arthur P. Dobias", "leadership.php?id=10"))
//    aux2.xID = "A391"
//    aux2 = insFld(aux1, gFld("John Gorman", "leadership.php?id=11"))
//    aux2.xID = "A392"
//    aux2 = insFld(aux1, gFld("John Ellingson", "leadership.php?id=12"))
//    aux2.xID = "A393"
//    aux2 = insFld(aux1, gFld("Jack Kersh", "leadership.php?id=13"))
//    aux2.xID = "A394"
  aux1 = insFld(foldersTree, gFld("Customers", "customers.php"))
  aux1.xID = "A4"
  aux1 = insFld(foldersTree, gFld("Latest News", "news.php"))
  aux1.xID = "A6"
  
  
//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 
 

