// 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("Accueil", "francais.shtml"))
  aux1 = insFld(foldersTree, gFld("Administration", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Horarios de apertura", "fr-administracion-horarios.shtml"))
    aux2 = insFld(aux1, gFld("Personal Administrativo", "fr-administracion-personal.shtml"))
    aux2 = insFld(aux1, gFld("Comité", "administracion-comite.shtml"))
  aux1 = insFld(foldersTree, gFld("Certificaciones", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Alianza Francesa en París", "certificaciones-paris.shtml"))
    aux2 = insFld(aux1, gFld("Centro Internacional de Estudios Pedagógicos CIEP", "certificaciones-ciep.shtml"))
    aux2 = insFld(aux1, gFld("Cámara de comercio y de Industria de París (CCIP)", "certificaciones-ccip.shtml"))
    aux2 = insFld(aux1, gFld("Universidad de Rouen", "certificaciones-rouen.shtml"))
  aux1 = insFld(foldersTree, gFld("Cursos", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Calendario de cursos", "cursos-calendario.shtml"))
    aux2 = insFld(aux1, gFld("Calendario de inscripciones", "cursos-inscripciones.shtml"))
    aux2 = insFld(aux1, gFld("Horario tarífas", "cursos-horariotarifas.shtml"))
    aux2 = insFld(aux1, gFld("Currículo - Descriptivo de los cursos", "cursos-curriculo.shtml"))
    aux2 = insFld(aux1, gFld("Reglamento estudiantil", "cursos-reglamento.shtml"))
    aux2 = insFld(aux1, gFld("Métodos utilizados", "cursos-metodos.shtml"))
    aux2 = insFld(aux1, gFld("Nuestros profesores", "cursos-profesores.shtml"))
    aux2 = insFld(aux1, gFld("Contactar la coordinadora", "cursos-contactarcoordinadora.shtml"))
    aux2 = insFld(aux1, gFld("Clases particulares", "cursos-particulares.shtml"))
    aux2 = insFld(aux1, gFld("Colegios", "cursos-colegios.shtml"))
    aux2 = insFld(aux1, gFld("Instituciones", "cursos-instituciones.shtml"))
    aux2 = insFld(aux1, gFld("Empresas", "cursos-empresas.shtml"))
  aux1 = insFld(foldersTree, gFld("Culturales", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Nuestros archivos", "culturales-archivos.shtml"))
    aux2 = insFld(aux1, gFld("El programa del mes", "culturales-programadelmes.shtml"))
    aux2 = insFld(aux1, gFld("Nuestros proyectos", "culturales-proyectos.shtml"))
    aux2 = insFld(aux1, gFld("Contactar al encargado", "culturales-encargado.shtml"))
  aux1 = insFld(foldersTree, gFld("Mediateca", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Horarios de apertura", "mediateca-horarios-fr.shtml"))
    aux2 = insFld(aux1, gFld("Condiciones de acceso", "mediateca-acceso.shtml"))
    aux2 = insFld(aux1, gFld("Catálogo de exposiciones", "mediateca-exposiciones.shtml"))
    aux2 = insFld(aux1, gFld("Acceso a la Base de Datos", "http://afsanjose.agate-sigb.com/rechercher/portail.php"))
    aux2 = insFld(aux1, gFld("Reglamento", "mediateca-reglamento.shtml"))
    aux2 = insFld(aux1, gFld("Últimas adquisiciones", "mediateca-ultimo.shtml"))
    aux2 = insFld(aux1, gFld("Contactar el personal de recepción", "mediateca-contactarpersonal.shtml"))
  aux1 = insFld(foldersTree, gFld("Costa Rica en Internet", "cr.shtml"))
  aux1 = insFld(foldersTree, gFld("Francia Contemporanea", "franciacontemporanea.shtml"))
  aux1 = insFld(foldersTree, gFld("Galería Fotográfica", "galeria.shtml"))
  aux1 = insFld(foldersTree, gFld("Folletos", "folletos.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"))
