// You can find instructions for this file here:
// http://www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree

ICONPATH = '' //change if the gif's folder is a subfolder, for example: 'images/'


foldersTree = gFld("<i>Navigation</i>", "")

  aux1 = insFld(foldersTree, gFld("Galleries", "javascript:parent.op()"))
      insDoc(aux1, gLnk("R", "Lights at Night", "./HIDNight/index.html"))
      insDoc(aux1, gLnk("R", "Clean Car", "./cleancar/index.html"))
      insDoc(aux1, gLnk("R", "Japfest 05", "./Japfest2005/index.html"))
      insDoc(aux1, gLnk("R", "Trax 05", "./Trax05/index.html"))
      insDoc(aux1, gLnk("R", "Wash Day", "./WashDay/index.html"))
      insDoc(aux1, gLnk("R", "Japfest 06", "./Japfest06/index.html"))
      insDoc(aux1, gLnk("R", "Rolling Road","http://213.249.152.74/russell/RollingDay/index.html"))
      insDoc(aux1, gLnk("R", "Wash Day 2", "./WashDay2/index.html"))
      insDoc(aux1, gLnk("R", "Black6 Progress", "./Black6Progress/index.html"))
      insDoc(aux1, gLnk("R", "Scotts Day Out", "./ScottsDayOut/index.html"))
      insDoc(aux1, gLnk("R", "Trax 07", "./Trax07/index.html"))
      insDoc(aux1, gLnk("R", "Sisters", "./Sisters/index.html"))
      insDoc(aux1, gLnk("R", "Japfest 08", "./Japfest08/index.html"))