// You can find instructions for this file here:
// http://www.mmartins.com

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree


foldersTree = gFld("Network", "")
    aux1 = insFld(foldersTree, gFld("E.C. DB-Network<br><i>Overview</i>", "../ecdatabases/ecdb.html"))
		  aux2 = insDoc(aux1, gLnk(0,"E.C. DB-Tool", "../ecdatabases/dbtool.html"))
		  aux2 = insDoc(aux1, gLnk(0,"E.C. DB-Cost", "../ecdatabases/dbcost.html"))
  		  aux2 = insDoc(aux1, gLnk(1,"Link to the DataBases", "www.ec-db.net"))
    aux1 = insFld(foldersTree, gFld("Thematic<br>Network on<br>Decommissioning", ""))			
    	  aux2 = insDoc(aux1, gLnk(0,"Foreword", "../tnd/tnd.htm#top_of_file"))
    	  aux2 = insDoc(aux1, gLnk(0,"Mission", "../tnd/tnd.htm#mission"))
    	  aux2 = insDoc(aux1, gLnk(0,"Conclusions", "../tnd/tnd.htm#conclusions"))
		  aux2 = insDoc(aux1, gLnk(1,"Link to<br>the T.N.D.", "www.ec-tnd.net"))
 	aux1 = insFld(foldersTree, gFld("IRDIT", "../irdit/irdit.htm"))
