
USETEXTLINKS = 1
STARTALLOPEN = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1


foldersTree = gFld("<b>INICIO</b>", "intro.html")
    aux2 = insFld(foldersTree, gFld("CONTENIDO", "intro.html"))
 			insDoc(aux2, gLnk("B", "Portada", "docs/2005-2006/1_Portada.pdf"))
 			insDoc(aux2, gLnk("B", "Frase...", "docs/2005-2006/2_Frase.pdf"))
 			insDoc(aux2, gLnk("B", "Gracias!!", "docs/2005-2006/3_Gracias.pdf"))
 			insDoc(aux2, gLnk("B", "Presentación", "docs/2005-2006/4_presentacion.pdf"))
 			insDoc(aux2, gLnk("B", "Indice Inicial", "docs/2005-2006/5_Indice Inicial.pdf"))
 			insDoc(aux2, gLnk("B", "Elecciones Infantiles", "docs/2005-2006/6_ei.pdf"))
 			insDoc(aux2, gLnk("B", "TLC", "docs/2005-2006/7_TLC.pdf"))
 			insDoc(aux2, gLnk("B", "Indice Cap. 1", "docs/2005-2006/8_IndiceCap1.pdf"))
 			insDoc(aux2, gLnk("S", "Capítulo 1", "Cap1.html"))
 			insDoc(aux2, gLnk("B", "Indice Cap. 2", "docs/2005-2006/17_IndiceCap2.pdf"))
 			insDoc(aux2, gLnk("S", "Capítulo 2", "Cap2.html"))
 			insDoc(aux2, gLnk("B", "Indice Cap. 3", "docs/2005-2006/17_IndiceCap3.pdf"))
 			insDoc(aux2, gLnk("S", "Capítulo 3", "Cap3.html"))

    aux2 = insFld(foldersTree, gFld("OTROS", "javascript:undefined"))
      insDoc(aux2, gLnk("B", "Informe TLC", "docs/DHR_sobre_TLC.pdf"))
      insDoc(aux2, gLnk("B", "Addendum TLC", "docs/TLC_add.doc"))
  	    

foldersTree.treeID = "t2" 
 