foldersTree = gFld("<b>alma</b>", "", "")
     insDoc(foldersTree, gLnk("Main Page", "", "main.html"))
aux1 = insFld(foldersTree, gFld("File List", "", "files.html"))
       insDoc(aux1, gLnk("Bar.h", "", "Bar_8h.html"))
       insDoc(aux1, gLnk("Foo.h", "", "Foo_8h.html"))
       insDoc(aux1, gLnk("Function.h", "", "Function_8h.html"))
       insDoc(aux1, gLnk("Intermediate.h", "", "Intermediate_8h.html"))
aux1 = insFld(foldersTree, gFld("Compound List", "", "annotated.html"))
       insDoc(aux1, gLnk("Bar", "", "classBar.html"))
       insDoc(aux1, gLnk("Foo", "", "classFoo.html"))
       insDoc(aux1, gLnk("Intermediate", "", "classIntermediate.html"))
       insDoc(aux1, gLnk("NotDocified", "", "classNotDocified.html"))
aux1 = insFld(foldersTree, gFld("Class Hierarchy", "", "hierarchy.html"))
  aux2 = insFld(aux1, gFld("Foo", "", "classFoo.html"))
    aux3 = insFld(aux2, gFld("Intermediate", "", "classIntermediate.html"))
           insDoc(aux3, gLnk("Bar", "", "classBar.html"))
  aux2 = insFld(aux1, gFld("NotDocified", "", "classNotDocified.html"))
         insDoc(aux2, gLnk("Intermediate", "", "classIntermediate.html"))
     insDoc(foldersTree, gLnk("Compound Members", "", "functions.html"))
     insDoc(foldersTree, gLnk("File Members", "", "globals.html"))
     insDoc(foldersTree, gLnk("Graphical Class Hierarchy", "", "inherits.html"))

