//
// 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", "Business Philosophy", "index.php?about_phi.html"))
    insDoc(aux2, gLnk("S", "Where We Do Business", "index.php?about_locations.html"))
    insDoc(aux2, gLnk("S", "Production", "index.php?about_pro.html"))
    insDoc(aux2, gLnk("S", "Corporate Divisions", "index.php?about_div.html"))
  aux2 = insFld(foldersTree, gFld("Employment Opportunities", "index.php?branch.html"))
//  aux2 = insFld(foldersTree, gFld("VanDyk Lending", "index.php?wholesale.html"))
//    insDoc(aux2, gLnk("S", "Wholesale AdVantage", "index.php?ws_adv.html"))
//    insDoc(aux2, gLnk("S", "Automated Underwriting", "index.php?ws_underwriting.html"))
//    insDoc(aux2, gLnk("S", "Wholesale Contacts", "index.php?ws_contacts.html"))
  aux2 = insFld(foldersTree, gFld("Contact Info", "index.php?contact.html"))
    insDoc(aux2, gLnk("S", "Contact Information", "index.php?contact_info.html"))
    insDoc(aux2, gLnk("S", "Contact Form", "index.php?contact_form.html"))
    insDoc(aux2, gLnk("S", "Customer Comments", "index.php?contact_comments.html"))
    insDoc(aux2, gLnk("S", "Customer Complaints", "complaints/index.html"))
    insDoc(aux2, gLnk("S", "Employee Complaints", "complaints/employee.html"))
  aux2 = insFld(foldersTree, gFld("Appraiser Approval", "index.php?appraiser_approval.html"))
  aux2 = insFld(foldersTree, gFld("Title Approval", "title_approval/index.php"))
  aux2 = insFld(foldersTree, gFld("Apply Online", "index.php?employment.html"))

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