//
// 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("")
  aux2 = insFld(foldersTree, gFld("About Us", "index.php?page=about"))
		
 aux2 = insFld(foldersTree, gFld("Areas of Law", "index.php?page=Conveyancing-Property"))
    		 insDoc(aux2, gLnk("S", "Conveyancing & Property ", "index.php?page=Conveyancing-Property "))
			 insDoc(aux2, gLnk("S", "Wills & Probate ", "index.php?page=Wills-Probate "))
			 insDoc(aux2, gLnk("S", "Matrimonial and Family Law ", "index.php?page=Matrimonial-Family-Law "))
			 insDoc(aux2, gLnk("S", "Litigation ", "index.php?page=Litigation "))
			 insDoc(aux2, gLnk("S", "Criminal Law ", "index.php?page=Criminal-Lawn "))
		
  aux2 = insFld(foldersTree, gFld("Terms and Fees", "index.php?page=terms"))
   aux2 = insFld(foldersTree, gFld("Contact", "index.php?page=contact"))    
   aux2 = insFld(foldersTree, gFld("Privacy", "index.php?page=privacy"))  
//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 