//
// 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("Portfolio", "index.php?page=portfolio"))
           insDoc(aux2, gLnk("S", "Websites", "index.php?page=portfolio-sites"))
		   insDoc(aux2, gLnk("S", "Design", "index.php?page=portfolio-design"))
		   insDoc(aux2, gLnk("S", "3D Modelling", "index.php?page=portfolio-modelling"))
  aux2 = insFld(foldersTree, gFld("Services", "index.php?page=services"))
    insDoc(aux2, gLnk("S", "Websites & Hosting", "index.php?page=website-hosting"))
   
	 insDoc(aux2, gLnk("S", "Graphic Design", "index.php?page=design"))
    insDoc(aux2, gLnk("S", "Video, 3D modeling and Animation", "index.php?page=animation"))
 aux2 = insFld(foldersTree, gFld("About", "index.php?page=about"))
 	insDoc(aux2, gLnk("S", "Quick Contact", "index.php?page=contact"))
	insDoc(aux2, gLnk("S", "Contact Details", "index.php?page=details"))
	insDoc(aux2, gLnk("S", "Privacy Policy", "index.php?page=privacy"))
	
 // aux2 = insFld(foldersTree, gFld("Contact Us", "index.php?page=contact"))
//  aux2 = insFld(foldersTree, gFld("Links", "index.php?page=links"))
    
//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 