// 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
HIGHLIGHT = 1;
HIGHLIGHT_COLOR = "#ffcf71";
HIGHLIGHT_BG = "";
ICONPATH = "/img/";

/*
'R' opens in the right frame (a frame named basefrm), 
'B' opens in a new window, 
'T' opens in the current browser window, replacing the frameset if one exists,
'S' opens in the current frame, replacing the tree.
Note: the function is case sensitive; use uppercase.
*/
foldersTree = gFld("", "")
foldersTree.treeID = "mkuemmel"
foldersTree.xID = "mk_AA"
  mk_aux1 = insFld(foldersTree, gFld("<b>Martin K&uuml;mmel Home</b>", "http://www.stecf.org/~mkuemmel/"))
mk_aux1.xID = "mk_AB"
  mk_aux2 = insFld(foldersTree, gFld("<b>Projects</b>", "http://www.stecf.org/~mkuemmel/projects/"))
mk_aux2.xID = "mk_AC"
  mk_aux3 = insFld(foldersTree, gFld("<b>Publications</b>", "http://www.stecf.org/~mkuemmel/publications/"))
mk_aux3.xID = "mk_AD"
  mk_aux4 = insFld(foldersTree, gFld("<b>Private</b>", "http://www.stecf.org/~mkuemmel/private/"))
mk_aux4.xID = "mk_AE"

