// 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("Home", "http://www.dsf-fsn.org"))
	aux2 = insFld(foldersTree, gFld("News", "http://www.dsf-fsn.org/en/15c-en.htm"))  
	aux2 = insFld(foldersTree, gFld("Digital divide", "javascript:undefined"))
 			insDoc(aux2, gLnk("S", "Challenges", "http://www.dsf-fsn.org/en/02-en.htm"))
 			insDoc(aux2, gLnk("S", "Statistical data", "http://www.dsf-fsn.org/en/16-en.htm"))
    aux2 = insFld(foldersTree, gFld("Mission", "javascript:undefined"))
		    insDoc(aux2, gLnk("S", "Background", "http://www.dsf-fsn.org/en/03-en.htm"))
		    insDoc(aux2, gLnk("S", "Objectives", "http://www.dsf-fsn.org/en/05-en.htm"))
	  		insDoc(aux2, gLnk("S", "Resources", "http://www.dsf-fsn.org/en/08-en.htm"))
      		insDoc(aux2, gLnk("S", "Intervention policy", "http://www.dsf-fsn.org/en/09-en.htm"))
	aux2 = insFld(foldersTree, gFld("Projects", "http://www.dsf-fsn.org/en/22-en.htm"))
    aux2 = insFld(foldersTree, gFld("Institutional framework", "javascript:undefined"))
		    insDoc(aux2, gLnk("S", "DSF Foundation", "http://www.dsf-fsn.org/en/04-en.htm"))
		    insDoc(aux2, gLnk("S", "Founding members", "http://www.dsf-fsn.org/en/06-en.htm"))
	  		insDoc(aux2, gLnk("S", "Charter", "http://www.dsf-fsn.org/en/18-en.htm"))
		    insDoc(aux2, gLnk("S", "Statutes", "http://www.dsf-fsn.org/en/04d-en.htm"))
		    insDoc(aux2, gLnk("S", "Organs", "http://www.dsf-fsn.org/en/17-en.htm"))
	  		insDoc(aux2, gLnk("S", "Headquarters", "http://www.dsf-fsn.org/en/04a-en.htm"))
			insDoc(aux2, gLnk("S", "Partnerships", "http://www.dsf-fsn.org/en/21-en.htm"))			
	aux2 = insFld(foldersTree, gFld("Geneva Principle", "http://www.dsf-fsn.org/en/19-en.htm"))
	aux2 = insFld(foldersTree, gFld("How to contribute?", "http://www.dsf-fsn.org/en/10-en.htm"))
    aux2 = insFld(foldersTree, gFld("Other information", "javascript:undefined"))
		    insDoc(aux2, gLnk("S", "Press review", "http://www.dsf-fsn.org/en/11-en.htm"))
		    insDoc(aux2, gLnk("S", "Events", "http://www.dsf-fsn.org/webcal/calendar.php?mode=cats"))
	  		insDoc(aux2, gLnk("S", "Useful links", "http://www.dsf-fsn.org/links/"))
	  		insDoc(aux2, gLnk("S", "Inauguration", "http://www.dsf-fsn.org/en/20-en.htm"))
		    insDoc(aux2, gLnk("S", "Photo gallery", "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/en/14-en.htm"))
	aux2 = insFld(foldersTree, gFld("FAQ", "http://www.dsf-fsn.org/faq/index-en.php?action=show&cat=2"))
//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
