//
// 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

//
// The following code constructs the tree.  This code produces a tree that looks like:
// 
// 


foldersTree = gFld("<b>lassegranroth.com</b>", "gallery.htm")
  foldersTree.treeID = "menu"
  
aux1 = insFld(foldersTree, gFld("series", "javascript:undefined"))
      
insDoc(aux1, gLnk("S", "Lume", "lume.htm"))
      
insDoc(aux1, gLnk("S", "Goblets", "goblets.htm"))

insDoc(aux1, gLnk("S", "Shell", "shell.htm"))

insDoc(aux1, gLnk("S", "Cluster", "cluster.htm"))

aux2 = insFld(aux1, gFld("Standard", "standard.htm"))
    
aux1 = insFld(foldersTree, gFld("uniques", "javascript:undefined"))

insDoc(aux1, gLnk("S", "Eruption", "eruption.htm"))

insDoc(aux1, gLnk("S", "Bow", "bow.htm"))

insDoc(aux1, gLnk("S", "Stones", "stones.htm"))
      
insDoc(aux1, gLnk("S", "Characteristics", "characteristics.htm"))
      
insDoc(aux1, gLnk("S", "Step", "step.htm"))
  
insDoc(aux1, gLnk("S", "Lady", "lady.htm"))

insDoc(aux1, gLnk("S", "Shore", "shore.htm"))

