// You can find instructions for this file here:
// http://www.treeview.net


USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 1
USEICONS = 0
WRAPTEXT = 0
PERSERVESTATE = 0
HIGHLIGHT=1
ICONPATH="js/"

foldersTree = gFld("<i>Welcome to Hybridian</i>", "news.html")
  aux2 = insFld(foldersTree, gFld("News", "javascript:op()"))
      insDoc(aux2, gLnk("R", "Latest News", "news.html"))
      insDoc(aux2, gLnk("R", "Archive News", "oldnews.html"))
      insDoc(aux2, gLnk("R", "FAQ", "faq.html"))
  aux2 = insFld(foldersTree, gFld("Hybrid", "javascript:op()"))
      insDoc(aux2, gLnk("R", "Hybrid Biog", "hybrid.html"))
      insDoc(aux2, gLnk("R", "Band History", "bio.html"))
      insDoc(aux2, gLnk("R", "The People", "people.html"))
      insDoc(aux2, gLnk("R", "The Albums", "albums.html"))
  aux2 = insFld(foldersTree, gFld("The Lab", "javascript:op()"))
      insDoc(aux2, gLnk("R", "The Lab..", "thelab.html"))
      insDoc(aux2, gLnk("R", "Control Room", "control.html"))
      insDoc(aux2, gLnk("R", "Recording Room", "record.html"))
      insDoc(aux2, gLnk("R", "Isolation Room", "isolate.html"))
      insDoc(aux2, gLnk("R", "Residential", "resident.html"))
      insDoc(aux2, gLnk("R", "Booking", "booking.html"))
  aux2 = insFld(foldersTree, gFld("Audio/Visual", "javascript:op()"))
      insDoc(aux2, gLnk("R", "Picture Gallery", "images.html"))
      insDoc(aux2, gLnk("R", "Album Soundfiles", "albumaudio.html"))
      insDoc(aux2, gLnk("R", "Misc Soundfiles", "miscaudio.html"))
  aux2 = insFld(foldersTree, gFld("Shop", "javascript:op()"))
      insDoc(aux2, gLnk("R", "Store Info", "shopinfo.html"))
      insDoc(aux2, gLnk("R", "Hybridian Store", "shop.html"))
  aux2 = insFld(foldersTree, gFld("Links", "javascript:op()"))
      insDoc(aux2, gLnk("R", "Music Sites", "links1.html"))
      insDoc(aux2, gLnk("R", "Other Sites", "links2.html"))

foldersTree.treeID="t2"