// 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>&nbsp;MENU</b>", "../Principal.html")
  aux1 = insFld(foldersTree, gLnk("M","Principal", "../Principal.html"))
 aux9 = insFld(foldersTree, gLnk("M","Novedades", "../informe/novedades.html"))
  aux10 = insFld(foldersTree, gFld("1. Videos Entrenamientos", "../informe/c1maquinad.html")) 
      	insDoc(aux10, gLnk("M", "1.1 Entrenamiento 1", "../informe/entrenamiento1.html"))
        insDoc(aux10, gLnk("M", "1.2 Entrenamiento 2", "../informe/entrenamiento2.html"))    	
       	insDoc(aux10, gLnk("M", "1.3 Entrenamiento 3", "../informe/entrenamiento3.html"))      
  aux2 = insFld(foldersTree, gFld("2. Concept 2", "../informe/c1maquinad.html")) 
      	insDoc(aux2, gLnk("M", "2.1 M�quina D", "../informe/c1maquinad.html"))
        insDoc(aux2, gLnk("M", "2.2 M�quina E", "../informe/c1maquinae.html"))    	
       	insDoc(aux2, gLnk("M", "2.3 Comparaci�n D-E", "../informe/c1maquinaCompara.html"))      
  aux3 = insFld(foldersTree, gFld("3. Nielsen-Kellerman", "../informe/nkStrokeCoach.html"))  					
insDoc(aux3, gLnk("M", "3.1 Stroke Coach", "../informe/nkStrokeCoach.html"))
insDoc(aux3, gLnk("M", "3.2 Speed Coach", "../informe/nkSpeedCoach.html"))
insDoc(aux3, gLnk("M", "3.3 Gold Speed Coach", "../informe/nkGoldSpeedCoach.html"))
insDoc(aux3, gLnk("M", "3.4 Speed Coach XL", "../informe/nkSpeedCoachXL.html"))
insDoc(aux3, gLnk("M", "3.5 Weather Meters", "../informe/nkWeatherMeters.html"))
  aux4 = insFld(foldersTree, gLnk("M","4. Olym", "../informe/Olym1.html"))
  aux5 = insFld(foldersTree, gLnk("M","5. Swin Ergometer", "../informe/swinergometer.html"))
  aux6 = insFld(foldersTree, gLnk("M","6. Fotograf�as", "../informe/fotografias.html"))






