// 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            //gibt an ob mit einem Icon vor dem Verzeichnis oder nicht 0 = nicht, 1 = ja
ICONPATH = 'images/'
HIGHLIGHT_COLOR = 'black'
HIGHLIGHT_BG = 'yellow'
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1
COLLAPSE = 1

foldersTree = gFld("<b>Beispiele</b>", "RFID-Beispiele.htm")
	docAux = insDoc(foldersTree, gLnk("S", "Uniklinikum Münster", "RFID-Muenster.htm"))
	docAux = insDoc(foldersTree, gLnk("S", "Textilsortierung", "RFID-Textilsortierung.htm"))

//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t3" 
 