//
// 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 = "Capture Services"
foldersTree.xID = "B"  
  aux1 = insFld(foldersTree, gFld("Capture Services", "consulting.php"))
  aux1.xID = "B1"
     aux2 = insFld(aux1, gFld("Market and Target ID", "market.php"))
    aux2.xID = "B11"
    aux2 = insFld(aux1, gFld("Capture Planning", "capture.php"))
    aux2.xID = "B12"
    aux2 = insFld(aux1, gFld("Decision Support", "decisionsupport.php"))
    aux2.xID = "B13"
  aux1 = insFld(foldersTree, gFld("Grant and Proposal Services", "proposalservices.php"))
  aux1.xID = "B2"
    aux2 = insFld(aux1, gFld("Outline and Compliance Analysis", "compliance.php"))
    aux2.xID = "B21"
    aux2 = insFld(aux1, gFld("Proposal Management", "proposalmanagement.php"))
    aux2.xID = "B22"
    aux2 = insFld(aux1, gFld("Production Support", "productionsupport.php"))
    aux2.xID = "B23"
	aux2 = insFld(aux1, gFld("ARRA Grant Support", "grantpreparation.php"))
	aux2.xID = "B24"
  aux1 = insFld(foldersTree, gFld("Partnering", "partnering.php"))
  aux1.xID = "B4"
  
  
//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 