// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1


foldersTree = gFld("", "")
  aux1 = insFld(foldersTree, gFld("Inicio", "espanol.shtml"))
  aux1 = insFld(foldersTree, gFld("Conózcanos", "conozcanos.shtml"))
    aux2 = insFld(aux1, gFld("Horarios de atención", "administracion-horarios.shtml"))
    aux2 = insFld(aux1, gFld("Personal", "administracion-personal.shtml"))
  aux1 = insFld(foldersTree, gFld("Cursos", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Certificaciones", "certificaciones.shtml"))	
    aux2 = insFld(aux1, gFld("Horario y tarifas", "cursos-horariotarifas.shtml"))
    aux2 = insFld(aux1, gFld("Descriptivo de los cursos", "cursos-curriculo.shtml"))
    aux2 = insFld(aux1, gFld("Clases particulares", "cursos-particulares.shtml"))
    aux2 = insFld(aux1, gFld("Colegios y empresas", "colegiosEmpresas.shtml"))
    aux2 = insFld(aux1, gFld("Vida estudiantil", "vidaestudiantil.shtml"))
  aux1 = insFld(foldersTree, gFld("Culturales", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Programa del mes", "culturales-programadelmes.shtml"))
    aux2 = insFld(aux1, gFld("Fotogalería", "fotogaleria.shtml"))
  aux1 = insFld(foldersTree, gFld("Mediateca", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Horarios y tarifas", "mediateca-horarios.shtml"))
    aux2 = insFld(aux1, gFld("Servicios", "mediateca-acceso.shtml"))
    aux2 = insFld(aux1, gFld("Catálogo en línea", "http://afsanjose.agate-sigb.com/rechercher/portail.php"))
    aux2 = insFld(aux1, gFld("Novedades", "mediateca-ultimo.shtml"))
  aux1 = insFld(foldersTree, gFld("Galería Fotográfica", "galeria.shtml"))
  aux1 = insFld(foldersTree, gFld("Contáctenos", "contactenos.shtml"))
	
// 3 niveles

//  aux1 = insFld(foldersTree, gFld("Certificaciones", "javascript:undefined"))
//    aux2 = insFld(aux1, gFld("Alianza Francesa en París", "demoFrameless.html?pic=%22beenthere_europe%2Egif%22"))
//      insDoc(aux2, gLnk("S", "Centro Internacional de Estudios Pedagógicos CIEP", "demoFrameless.html?pic=%22beenthere_london%2Ejpg%22"))
//      insDoc(aux2, gLnk("S", "Universidad", "demoFrameless.html?pic=%22beenthere_lisbon%2Ejpg%22"))
//    aux2 = insFld(aux1, gFld("United States", "demoFrameless.html?pic=%22beenthere_unitedstates%2Egif%22"))
// 			insDoc(aux2, gLnk("S", "Boston", "demoFrameless.html?pic=%22beenthere_boston%2Ejpg%22"))
// 			insDoc(aux2, gLnk("S", "Tiny pic of New York City", "demoFrameless.html?pic=%22beenthere_newyork%2Ejpg%22"))
// 			insDoc(aux2, gLnk("S", "Washington", "demoFrameless.html?pic=%22beenthere_washington%2Ejpg%22"))
