// 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

// 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 = 'images/' //change if the gif's folder is a subfolder, for example: 'images/'

USEFRAMES = 0

PERSERVESTATE = 1


foldersTree = gFld("<i>Notes/Domino - Free Stuff</i>", "index.html")
	aux1 = insFld(foldersTree, gFld("RICH TEXT EDITOR", "editor.html"))
		aux2 = insFld(aux1, gFld("News", "news.html"))
		aux2 = insFld(aux1, gFld("Current Versions", "current.html"))
		aux2 = insFld(aux1, gFld("Limitations", "limitations.html"))
		aux2 = insFld(aux1, gFld("Features", "features.html"))
		aux2 = insFld(aux1, gFld("Contributors", "contributors.html"))
		aux2 = insFld(aux1, gFld("Code Samples", "ecode.html"))
		aux2 = insFld(aux1, gFld("Success Stories", "success.html"))
	aux1 = insFld(foldersTree, gFld("iNOTES DATE PICKER", "datepick.html"))
	aux1 = insFld(foldersTree, gFld("TIME PICKERS", "timepick1.html"))
	aux1 = insFld(foldersTree, gFld("SCANNOTES DLL", "scannotes.html"))
		
	

  