// 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("", "")
	aux1 = insDoc(foldersTree, gLnk(3,"Projects in Europe", "../../../../europe/initeurope.htm"))
	aux1 = insFld(foldersTree, gFld("AT1", "../at1.html"))
		aux2 = insDoc(aux1, gLnk(0,"History<br>& Description", "../descript/deschist.html"))
		aux2 = insDoc(aux1, gLnk(0,"Dismantling operations<br>and main results ", "../dismant/dismdeco.html"))
		aux2 = insFld(aux1, gFld("AT-1 pictures gallery", ""))
		  aux3 = insDoc(aux2, gLnk(0,"Pictures", "../gallery/pictures/gallery1.htm"))
  		  aux3 = insDoc(aux2, gLnk(0,"Drawings", "../gallery/drawings/gallery-drawings.htm"))
		aux2 = insFld(aux1, gLnk(0,"Contact people", "../contactat1.html"))
		aux2 = insFld(aux1, gLnk(2,"Link to CEA<br>website", "www.cea.fr"))
	aux1 = insDoc(foldersTree, gLnk(3,"Belgoprocess", "../../../otherprojects/belgoprocess/initbp.htm"))
	aux1 = insDoc(foldersTree, gLnk(3,"BR3", "../../../pilot/br3/initbr3.htm"))
	aux1 = insDoc(foldersTree, gLnk(3,"EWN", "../../../pilot/ewn/initewn.html"))
	aux1 = insDoc(foldersTree, gLnk(3,"KRB-a", "../../../pilot/krba/initkrba.htm"))
	aux1 = insDoc(foldersTree, gLnk(3,"WAGR", "../../../pilot/wagr/initwagr.htm"))


