// You can find instructions for this file here:
// http://www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// 10-3-07 Doug Wright: The STARTALLOPEN variable seems to have no effect. In order to
// to get the root folders to be closed, I commented out two lines in treeview.js
//
// 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

ICONPATH = 'img/' //change if the gif's folder is a subfolder, for example: 'images/'


foldersTree = gFld("<b>Home</b>", "", "CNP_Home.htm")
  aux1 = insFld(foldersTree, gFld("Nuclear Reaction Data", "", "Nuclear_Data.htm"))
    insDoc(aux1, gLnk("NADS", "", "../nads"))
    insDoc(aux1, gLnk("ENDF Translation", "", "../translation"))
    insDoc(aux1, gLnk("FUDGE", "", "../fudge"))
    insDoc(aux1, gLnk("ENDL", "", "../ENDL"))
    insDoc(aux1, gLnk("FETE", "", "../fete"))
    insDoc(aux1, gLnk("ENDEP", "", "../endep"))
    insDoc(aux1, gLnk("Actinides", "", "../allActinides"))
  aux1 = insFld(foldersTree, gFld("Data Processing", "", "Data_Processing.htm"))
    insDoc(aux1, gLnk("MCF", "", "../mcapm"))
    insDoc(aux1, gLnk("NDF", "", "../ndf"))
    insDoc(aux1, gLnk("TDF", "", "../tdf"))
  aux1 = insFld(foldersTree, gFld("Methods R&D", "", "Simulation_Codes.htm"))
    insDoc(aux1, gLnk("SIMC", "", "../SIMC"))
    insDoc(aux1, gLnk("RNG", "", "../rng"))
    insDoc(aux1, gLnk("MCAPM", "", "../mcapm"))
    insDoc(aux1, gLnk("APT", "", "../apt"))
  insDoc(foldersTree, gLnk("Simulations", "", "../../simulation/main.html"))
  insDoc(foldersTree, gLnk("Documentation", "", "CNP_Documentations_Status.htm"))
  insDoc(foldersTree, gLnk("Contact CNP", "", "Contact_Information.htm"))
  insDoc(foldersTree, gLnk("Links", "", "Links.htm"))
