//
// 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("Operations", "operations.php")
foldersTree.treeID = "operations"
foldersTree.xID = "C"  
  
  aux1 = insFld(foldersTree, gFld("Aviation Services", "ms_aviation_services.php"))
  aux1.xID = "C1"
	aux2 = insFld(aux1, gFld("Battlespace Flight Services", "battlespace.php"))
	aux2.xID = "C11"  
	aux2 = insFld(aux1, gFld("AOC Aviation Services", "aoc_aviation.php"))
	aux2.xID = "C12"
	aux2 = insFld(aux1, gFld("AOC Global Services", "aoc_global.php"))
    aux2.xID = "C13"
	aux2 = insFld(aux1, gFld("Battlespace Global", "battlespaceglobal.php"))
    aux2.xID = "C14"
	
  aux1 = insFld(foldersTree, gFld("IT Services & Infrastructure", "ms_it.php"))
  aux1.xID = "C2"
    aux2 = insFld(aux1, gFld("AOC Connect", "aoc_connect.php"))
	aux2.xID = "C21"
    aux2 = insFld(aux1, gFld("AOC TechLog", "aoc_techlog.php"))
	aux2.xID = "C22"
    aux2 = insFld(aux1, gFld("AOC XGen Wireless", "aoc_xgen.php"))
	aux2.xID = "C23"
    aux2 = insFld(aux1, gFld("AOC Network Solutions", "aoc_network.php"))
	aux2.xID = "C24"
  
  aux1 = insFld(foldersTree, gFld("Intel Technology & Services", "ms_intel.php"))
  aux1.xID = "C3"
    aux2 = insFld(aux1, gFld("AOC Intel Systems", "aoc_intelsystems.php"))
	aux2.xID = "C31"
    aux2 = insFld(aux1, gFld("AOC Total Solutions", "aoc_totalsolutions.php"))
	aux2.xID = "C32"
    aux2 = insFld(aux1, gFld("AOC Edentify", "aoc_edentify.php"))
	aux2.xID = "C33"
  
  aux1 = insFld(foldersTree, gFld("Energy & Environment", "ms_energy.php"))
  aux1.xID = "C4"
	aux2 = insFld(aux1, gFld("AOC Energy Services", "aoc_energy_services.php"))
	aux2.xID = "C41"   
	aux2 = insFld(aux1, gFld("AOC Energy Systems", "aoc_energy.php"))
	aux2.xID = "C42"

  aux1 = insFld(foldersTree, gFld("Program Management & Facilities", "ms_management.php"))
  aux1.xID = "C5"
	aux2 = insFld(aux1, gFld("AOC Support Services", "aoc_support.php"))
	aux2.xID = "C51"
	aux2 = insFld(aux1, gFld("Global AOC World Services", "aoc_globalworld.php"))
	aux2.xID = "C52"
	aux2 = insFld(aux1, gFld("PerformanceNet", "pnet.php"))
	aux2.xID = "C53"
	aux2 = insFld(aux1, gFld("AOC World Services", "aoc_worldservices.php"))
	aux2.xID = "C54"

//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 