// 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("European Commission<br>& Decommissioning of<br>Nuclear Installations", "../ec&decom.html")
	aux1 = insDoc(foldersTree, gLnk(0,"Sixth Framework<br>Programme<br>(FP6)", "../FP6-1.pdf"))
	aux1 = insDoc(foldersTree, gLnk(1,"FP6 on Cordis", "www.cordis.lu/fp6-euratom/activities.htm"))
	aux1 = insDoc(foldersTree, gLnk(0,"Fifth Framework<br>Programme", "../fp5-programme.pdf"))
	aux1 = insDoc(foldersTree, gLnk(0,"FP5 (more info)", "../FP5-1.pdf"))
	aux1 = insDoc(foldersTree, gLnk(1,"FP5 on Cordis", "dbs.cordis.lu/fep-cgi/srchidadb?CALLER=PROJ_EURATOM&QM_EP_PGA_D=FP5-EAECTP+C&QF_EP_SPF_A=2.1.2.-2.3$"))

