// 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 = 1
ICONPATH = 'images/'
HIGHLIGHT_COLOR = 'white'
HIGHLIGHT_BG = 'red'
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1
COLLAPSE = 1



foldersTree = gFld("<b>Contact</b>", "Kontakt.htm")
foldersTree.iconSrc = ICONPATH + "treered1.gif"
 	
	docAux = insDoc(foldersTree, gLnk("S", "Get informations", "Informationen.htm"))
 	docAux.iconSrc = ICONPATH + "treewhite1.gif"
	docAux = insDoc(foldersTree, gLnk("S", "How to find us", "Anfahrtskizze.htm"))
 	docAux.iconSrc = ICONPATH + "treewhite1.gif"
	docAux = insDoc(foldersTree, gLnk("S", "Imprint", "Impressum.htm"))
 	docAux.iconSrc = ICONPATH + "treewhite1.gif"


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