// 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 = insDoc(foldersTree, gLnk(3,"AT1", "../../at1/initat1.htm"))
	aux1 = insDoc(foldersTree, gLnk(3,"Belgoprocess", "../../../otherprojects/belgoprocess/initbp.htm"))
	aux1 = insFld(foldersTree, gFld("BR3", "../../br3/descript/br3.htm"))		
	      aux2 = insDoc(aux1, gLnk(0,"BR3 history", "../history/history1.htm"))	
	      aux2 = insDoc(aux1, gLnk(0,"Dismantling of<br>highly radioactive<br>reactor internals", "../dismant/internals/dismant1/disma1.htm"))
	      aux2 = insDoc(aux1, gLnk(0,"Dismantling of the<br>Reactor Pressure Vessel", "../dismant/vessel/vessel1/vesselintro.htm"))
		  aux2 = insFld(aux1, gLnk(0,"Decontamination & Wastes", "../deconta/general/deconandwastes.htm"))
		  aux2 = insDoc(aux1, gLnk(1,"Instrumentation<br>Department", "www.sckcen.be/sckcen_en/activities/research/reactorsafety/instrumentation/"))	
		  aux2 = insDoc(aux1, gLnk(0,"Contact people", "../contactbr3.html"))	  
		  aux2 = insFld(aux1, gFld("BR3 pictures<br>gallery", ""))
		      aux3 = insDoc(aux2, gLnk(0,"<em>History</em>", "../gallery/history/history1.htm")) 
		      aux3 = insDoc(aux2, gLnk(0,"<em>Dismantling</em>", "../gallery/dismantling/dismantling1.htm"))
		      aux3 = insDoc(aux2, gLnk(0,"<em>Decontamination</em>", "../gallery/decontamination/decontamination1.htm"))
		  aux2 = insDoc(aux1, gLnk(1,"SCK•CEN <em>profile</em>", "www.sckcen.be/sckcen_en/organisation/profiles.shtml"))
	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"))


