// 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("News - Events<br>Publications", "")
    aux1 = insDoc(foldersTree, gLnk(0,"What's new<br>on the site ?", "../whatisnew.html"))
    aux1 = insDoc(foldersTree, gLnk(0,"Events", "../conferences.html"))	
	aux1 = insDoc(foldersTree, gLnk(0,"Publications", "../publications.html"))
