// 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 = 1 //replace 0 with 1 to show the whole tree



foldersTree = gFld("<i>HOME</i>", "2002_a.htm")
                        aux1 = insFld(foldersTree, gFld("Fabián Salas", "FabianSalas.htm"))
	      insDoc(aux1, gLnk(0, "Instructional DVDs", "TDVideos.htm"))
	aux1 = insFld(foldersTree, gFld("Videos and DVDs", "videos.htm"))
  	      insDoc(aux1, gLnk(0, "Instructional DVDs", "TDVideos.htm"))
              insDoc(aux1, gLnk(0, "CosmoTango shows DVDs", "DVDs.htm")) 
        insDoc(foldersTree, gLnk(0, "Music", "music.htm"))
        aux1 = insFld(foldersTree, gFld("Links", "links.htm"))
	aux1 = insFld(foldersTree, gFld("Bienvenido", "castellano/PaginaPrincipal.htm"))
  	     aux2 = insFld(aux1, gFld("Fabián Salas", "castellano/FabianSalas_c.htm"))
	      insDoc(aux2, gLnk(0, "Videos", "TDVideos.htm"))

