// 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
WRAPTEXT = 1
PRESERVESTATE = 1
ICONPATH = 'img/'

foldersTree = gFld("<b>Home</b>", "index.php")
	aux1 = insFld(foldersTree, gFld("About", "javascript:undefined"))
		insDoc(aux1, gLnk("S", "Mission", "mission.php"))
		insDoc(aux1, gLnk("S", "Structure", "structure.php"))
		insDoc(aux1, gLnk("S", "Members", "members.php"))
		insDoc(aux1, gLnk("S", "Contact", "contact.php"))
	aux1 = insFld(foldersTree, gFld("Events", "javascript:undefined"))
		insDoc(aux1, gLnk("S", "IBPC 4: Istanbul", "IBPC04.php"))
		aux2 = insFld(aux1, gFld("Past events", "javascript:undefined"))
			insDoc(aux2, gLnk("S", "IBPC 3: Montreal", "IBPC03.php"))
			insDoc(aux2, gLnk("S", "IBPC 2: Leuven", "IBPC02.php"))
			insDoc(aux2, gLnk("S", "IBPC 1: Eindhoven", "IBPC01.php"))
			insDoc(aux2, gLnk("S", "Course-workshop 05", "BLDG_A791.php"))
	insDoc(foldersTree, gLnk("S", "Publications", "publications.php"))
	insDoc(foldersTree, gLnk("S", "Links", "links.php"))
