// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
ICONPATH="/foldermenu/images/"
WRAPTEXT = 1
PRESERVESTATE = 0
HIGHLIGHT = 1
HIGHLIGHT_COLOR = 'yellow'
HIGHLIGHT_BG = 'red'

foldersTree = gFld("<b>Home&nbsp;&nbsp;&nbsp;&nbsp;</b>", "/index.php")
foldersTree.treeID = "home"
	guest = insFld(foldersTree, gFld("Gastenboek", "/home/gastenboek.html"))
	forum = insFld(foldersTree, gLnk("B", "Forum", "http://amazingforums.com/forum2/HVB/forum.html"))


