//
// 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 = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1


//
// The following code constructs the tree.
//
foldersTree = gFld("<b>Options</b>", "#")

  aux1 = insFld(foldersTree, gFld("Main", "index.html"))
    insDoc(aux1, gLnk("S", "Main Page", "index.html"))
   insDoc(aux1, gLnk("S", "Wanted", "wanted.html"))
   insDoc(aux1, gLnk("S", "Photo Galery", "gallery.html"))
   insDoc(aux1, gLnk("S", "Links", "links.html"))

  aux1 = insFld(foldersTree, gFld("Projects", "arcadeprojects.html"))
    insDoc(aux1, gLnk("S", "All Projects", "arcadeprojects.html"))





//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 