//
// 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("Home", "index.php")
  aux2 = insFld(foldersTree, gFld("About Us", "index.php?about_us.html"))
    insDoc(aux2, gLnk("S", "Mission", "index.php?mission.html"))
    insDoc(aux2, gLnk("S", "Team Bios", "index.php?bios.html"))
    insDoc(aux2, gLnk("S", "Press", "index.php?press.html"))
    insDoc(aux2, gLnk("S", "Testimonials", "index.php?testimonials.html"))
    insDoc(aux2, gLnk("S", "NPA", "index.php?npa.html"))
  aux2 = insFld(foldersTree, gFld("Services", "index.php?services1.html"))
    insDoc(aux2, gLnk("S", "Executive Search", "index.php?exec_search.html"))
    insDoc(aux2, gLnk("S", "Professional Recruitment", "index.php?pro_recruit.html"))
    insDoc(aux2, gLnk("S", "Contract", "index.php?contract.html"))
    insDoc(aux2, gLnk("S", "Project Services", "index.php?project_serv.html"))
  aux2 = insFld(foldersTree, gFld("Industries Served", "index.php?industries.html"))
  aux2 = insFld(foldersTree, gFld("Specialties", "index.php?specialties.html"))
    insDoc(aux2, gLnk("S", "Executive Management", "index.php?exec_mgt.html"))
    insDoc(aux2, gLnk("S", "Human Resources", "index.php?hr.html"))
    insDoc(aux2, gLnk("S", "Banking", "index.php?banking.html"))
    insDoc(aux2, gLnk("S", "Marketing/Sales Management", "index.php?mark_sales.html"))
    insDoc(aux2, gLnk("S", "Accounting/Finance", "index.php?acc_fin.html"))
    insDoc(aux2, gLnk("S", "Executive Support", "index.php?exec_support.html"))
    insDoc(aux2, gLnk("S", "Supply Chain", "index.php?supply_chain.html"))
    insDoc(aux2, gLnk("S", "Information Technology", "index.php?it.html"))
    insDoc(aux2, gLnk("S", "Food Service", "index.php?food.html"))
  aux2 = insFld(foldersTree, gFld("Employers", "index.php?employer_res.html"))
  aux2 = insFld(foldersTree, gFld("Candidates", "index.php?career_res.html"))
  aux2 = insFld(foldersTree, gFld("Contact", "index.php?contact.html"))

//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 
