//
// 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.

USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1

foldersTree = gFld("<b>Choose a direction:</b>", "index.html")
  foldersTree.treeID = "Frameless"
  
  aux1 = insFld(foldersTree, gFld("Mountain Biking", "javascript:undefined"))
  
    aux2 = insFld(aux1, gFld("My Bikes", "index.html"))
      insDoc(aux2, gLnk("B", "Stumpjumper HT 29er", "http://www.cflint.net/sj"))
      insDoc(aux2, gLnk("B", "Stumpjumper FSR 29er", "http://www.cflint.net/sj-fsr/"))
    
    aux2 = insFld(aux1, gFld("Videos", "http://vimeo.com/user1513356"))    
    
    aux2 = insFld(aux1, gFld("Foothill Trail Hounds", "http://www.foothilltrailhounds.com/"))
      insDoc(aux2, gLnk("B", "TONS of Links", "http://www.foothilltrailhounds.com/links.html"))
    
    aux2 = insFld(aux1, gFld("Prairie City Race Series", "http://www.racemtb.com/"))    
      insDoc(aux2, gLnk("B", "Race results", "http://www.racemtb.com/ResultsMain.htm"))
      
  
  aux1 = insFld(foldersTree, gFld("Ranch / Dog", "javascript:undefined"))
  
    aux2 = insFld(aux1, gFld("Redtail Canyon Ranch", "http://www.redtailcanyonranch.com/"))
      insDoc(aux2, gLnk("B", "Ginger", "http://www.derbyn.com/home/ginger/ginger.htm"))
      insDoc(aux2, gLnk("B", "Rose", "http://www.eliterose.com/"))
      insDoc(aux2, gLnk("B", "Darby", "http://www.monkeydawg.com/"))
      insDoc(aux2, gLnk("B", "Lyn", "http://www.derbyn.com/home/lyn/"))
      insDoc(aux2, gLnk("B", "Meg", "http://www.monkeydawg.com/meg/"))      

  insDoc(aux1, gLnk("B", "NCWSA", "http://www.norcalsheepdog.org/"))

  insDoc(aux1, gLnk("B", "SJVBCA", "http://www.sjvbca.org/"))
    
  aux1 = insFld(foldersTree, gFld("Theatre / Acting", "http://www.willowcabin.com/"))
    aux2 = insFld(aux1, gFld("Main Street Theatre Works", "http://www.mstw.org/"))
  
  
  aux1 = insFld(foldersTree, gFld("Personal Home Page", "http://www.derbyn.com/home/"))
    aux2 = insFld(aux1, gFld("Facebook", "http://www.facebook.com/people/MonkeyDawg-TwentyNiner/1701958227"))  
