// 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 = insDoc(foldersTree, gLnk(3,"BR3", "../../../pilot/br3/initbr3.htm"))
	aux1 = insFld(foldersTree, gFld("EWN", "../history/ewn.html"))
		aux2 = insDoc(aux1, gLnk(0,"Decommissioning<br><em>Overview & Strategy</em>", "../dismant/dismantling.htm"))
	aux2 = insDoc(aux1, gLnk(0,"Dismantling of the<br>Reactor Pressure Vessel", "../dismant/rpv/general/general.htm"))
	aux2 = insDoc(aux1, gLnk(0,"Wastes management", "../wastes/wastes.htm"))
	aux2 = insDoc(aux1, gLnk(0,"Gallery of<br>pictures", "../gallery/gallery1.htm"))
	aux2 = insDoc(aux1, gLnk(0,"Contact people", "../contactewn.html"))
   	aux2 = insDoc(aux1, gLnk(2,"Link to EWN<br>website", "www.ewn-gmbh.de"))
	aux1 = insDoc(foldersTree, gLnk(3,"KRB-a", "../../../pilot/krba/initkrba.htm"))
	aux1 = insDoc(foldersTree, gLnk(3,"WAGR", "../../../pilot/wagr/initwagr.htm"))
