// 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
PERSERVESTATE = 1
ICONPATH = 'script/icons/'

foldersTree = gFld("<b>Home</b>", "index.php")
  aux1 = insFld(foldersTree, gFld("Introduction", "?introduction"))
  aux2 = insFld(aux1, gFld("Authors", "?authors"))
    aux2 = insFld(aux1, gFld("Founders", "?founders"))
      insDoc(aux2, gLnk("B", "ESSR", "http://www.essr.org"))
      insDoc(aux2, gLnk("B", "Lund University", "http://www.lu.se"))
      insDoc(aux2, gLnk("B", "Vitamin", "http://www.vitamin.se"))	
  aux1 = insFld(foldersTree, gFld("Sample", "?sample"))  
  aux1 = insFld(foldersTree, gFld("Subscribe!", "?subscribe"))
    aux2 = insFld(aux1, gFld("New subscription", "?new_subscription"))
  aux1 = insFld(foldersTree, gFld("System requirements", "?system"))
  aux1 = insFld(foldersTree, gFld("Support", "?support"))
  aux1 = insFld(foldersTree, gFld("Contact us", "?contact"))
  aux1 = insFld(foldersTree, gFld("Sitemap", "?sitemap")) 