// 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 = 0
PRESERVESTATE = 1
HIGHLIGHT = 1


foldersTree = gFld("", "")
	aux2 = insFld(foldersTree, gFld("Accueil", "http://www.dsf-fsn.org"))
	aux2 = insFld(foldersTree, gFld("Nouvelles", "http://www.dsf-fsn.org/fr/15c-fr.htm"))  
	aux2 = insFld(foldersTree, gFld("Fracture numérique", "javascript:undefined"))
 			insDoc(aux2, gLnk("S", "Enjeux", "http://www.dsf-fsn.org/fr/02-fr.htm"))
 			insDoc(aux2, gLnk("S", "Données statistiques", "http://www.dsf-fsn.org/fr/16-fr.htm"))
    aux2 = insFld(foldersTree, gFld("Mission", "javascript:undefined"))
		    insDoc(aux2, gLnk("S", "Historique", "http://www.dsf-fsn.org/fr/03-fr.htm"))
		    insDoc(aux2, gLnk("S", "Objectifs", "http://www.dsf-fsn.org/fr/05-fr.htm"))
	  		insDoc(aux2, gLnk("S", "Ressources", "http://www.dsf-fsn.org/fr/08-fr.htm"))
      		insDoc(aux2, gLnk("S", "Politique d'intervention", "http://www.dsf-fsn.org/fr/09-fr.htm"))
	aux2 = insFld(foldersTree, gFld("Projets", "http://www.dsf-fsn.org/fr/22-fr.htm"))
    aux2 = insFld(foldersTree, gFld("Cadre institutionnel", "javascript:undefined"))
		    insDoc(aux2, gLnk("S", "Fondation du FSN", "http://www.dsf-fsn.org/fr/04-fr.htm"))
		    insDoc(aux2, gLnk("S", "Membres fondateurs", "http://www.dsf-fsn.org/fr/06-fr.htm"))
	  		insDoc(aux2, gLnk("S", "Charte", "http://www.dsf-fsn.org/fr/18-fr.htm"))
		    insDoc(aux2, gLnk("S", "Statuts", "http://www.dsf-fsn.org/fr/04d-fr.htm"))
		    insDoc(aux2, gLnk("S", "Organes", "http://www.dsf-fsn.org/fr/17-fr.htm"))
	  		insDoc(aux2, gLnk("S", "Siège", "http://www.dsf-fsn.org/fr/04a-fr.htm"))
			insDoc(aux2, gLnk("S", "Partenariats", "http://www.dsf-fsn.org/fr/21-fr.htm"))		
	aux2 = insFld(foldersTree, gFld("Principe de Genève", "http://www.dsf-fsn.org/fr/19-fr.htm"))
	aux2 = insFld(foldersTree, gFld("Comment contribuer?", "http://www.dsf-fsn.org/fr/10-fr.htm"))
    aux2 = insFld(foldersTree, gFld("Autres informations", "javascript:undefined"))
		    insDoc(aux2, gLnk("S", "Revue de presse", "http://www.dsf-fsn.org/fr/11-fr.htm"))
		    insDoc(aux2, gLnk("S", "Manifestations", "http://www.dsf-fsn.org/webcal/calendar.php?mode=cats"))
	  		insDoc(aux2, gLnk("S", "Liens utiles", "http://www.dsf-fsn.org/links/"))
	  		insDoc(aux2, gLnk("S", "Inauguration", "http://www.dsf-fsn.org/fr/20-fr.htm"))
		    insDoc(aux2, gLnk("S", "Galeries photo", "http://www.dsf-fsn.org/photogallery/displayimage.php?album=1&pid=3&slideshow=5000"))
		    insDoc(aux2, gLnk("S", "Videos", "http://www.dsf-fsn.org/video/"))	
	aux2 = insFld(foldersTree, gFld("Contacts", "http://www.dsf-fsn.org/fr/14-fr.htm"))
	aux2 = insFld(foldersTree, gFld("FAQ", "http://www.dsf-fsn.org/faq/index-fr.php?action=show&cat=1"))
//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 
