// 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 = "hst3"
foldersTree.xID = "hst3_AA"
  hst3_aux1 = insFld(foldersTree, gFld("<b>HST3 Home</b>", "/conferences/HST3"))
hst3_aux1.xID = "hst3_AB"
  hst3_aux2 = insFld(foldersTree, gFld("<b>Programme</b>", "/conferences/HST3/programme.php"))
hst3_aux2.xID = "hst3_AC"
  hst3_aux3 = insFld(foldersTree, gFld("<b>Posters</b>", "/conferences/HST3/posters.php"))
hst3_aux3.xID = "hst3_AD"
  hst3_aux4 = insFld(foldersTree, gFld("<b>Registration</b>", "/conferences/HST3/registration.php"))
hst3_aux4.xID = "hst3_AE"
  hst3_aux5 = insFld(foldersTree, gFld("<b>Participants</b>", "/conferences/HST3/participants.php"))
hst3_aux5.xID = "hst3_AF"
  hst3_aux6 = insFld(foldersTree, gFld("<b>Venues and local information</b>", "/conferences/HST3/localinfo.php"))
hst3_aux6.xID = "hst3_AG"
  hst3_aux7 = insFld(foldersTree, gFld("<b>Conference records</b>", "/conferences/HST3/proceedings.php"))
hst3_aux7.xID = "hst3_AH"
  hst3_aux8 = insFld(foldersTree, gFld("<b>SOC and LOC</b>", "/conferences/HST3/organizers.php"))
hst3_aux8.xID = "hst3_AI"
  hst3_aux9 = insFld(foldersTree, gFld("<b>Previous conferences</b>", "/conferences/HST3/meetings.php"))
hst3_aux9.xID = "hst3_AJ"
  hst3_aux10 = insFld(foldersTree, gFld("<b>Public exhibition</b>", "/conferences/HST3/exhibition"))
hst3_aux10.xID = "hst3_AK"
