// 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("<b>Rev. Dana Salsbury</b>", "home.htm")


  aux1 = insFld(foldersTree, gFld("Wedding Ceremonies", "home.htm"))
      insDoc(aux1, gLnk("R", "About", "wedabout.htm"))
      insDoc(aux1, gLnk("R", "Fees", "wedfees.htm"))

  aux1 = insFld(foldersTree, gFld("Key Vendors", "home.htm"))
      insDoc(aux1, gLnk("R", "Estrella Vista Reception Center", "http://www.estrellavistareceptioncenter.com"))
      insDoc(aux1, gLnk("R", "All About Catering", "http://www.allaboutcateringco.com/"))