// You can find instructions for this file here:
// http://www.treeview.net
// Modifications by Tina Weber Hilgarth 2003

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree

ICONPATH = '../../TreeView/images/tree/' //change if the gif's folder is a subfolder, for example: 'images/'

WRAPTEXT = 1 
PERSERVESTATE = 0
HIGHLIGHT = 1
USEICONS = 1


foldersTree = gFld("<b>Home</b>", "../../Inhalt/Home/FramesetRightFrame.html")

  aux1 = insFld(foldersTree, gFld("Das Problem", "../../Inhalt/Problem/Problem.htm"))
  
  
  aux1 = insFld(foldersTree, gFld("Die Lösung", "../../Inhalt/Loesung/Ziel_lang.htm"))
  insDoc(aux1, gLnk("R", "Massnahmen", "../../Inhalt/Loesung/Ziel_kurz.htm"))
  //insDoc(aux1, gLnk("R", "Das Ziel", "../../Inhalt/Loesung/Ziel_lang.htm"))
  
  aux1 = insFld(foldersTree, gFld("Das Komitee", "../../Inhalt/Komitee/Komitee.htm"))
  //insDoc(aux1, gLnk("R", "Geschichte", "../../Inhalt/Komitee/Geschichte.htm"))
  //insDoc(aux1, gLnk("R", "Partner", "../../Inhalt/Komitee/Unterstuetzung/Namen.htm"))
  
  aux1 = insFld(foldersTree, gFld("Kontakt", "../../Inhalt/Kontakt/Kontakt.htm"))
  aux1 = insFld(foldersTree, gFld("Mitgliedschaft", "../../Inhalt/Mitgliedschaft/Anmeldung.htm"))
  //aux1 = insFld(foldersTree, gFld("Spenden", "../../Inhalt/Home/Bookmark.htm"))
  aux1 = insFld(foldersTree, gFld("Politik", "../../Inhalt/Politik/Polit_Vorstoss1.htm"))
  aux1 = insFld(foldersTree, gFld("Aktuell", "../../Inhalt/Event/Events.htm"))
  aux1 = insFld(foldersTree, gFld("Links", "../../Inhalt/Links/Links.htm"))
  aux1 = insFld(foldersTree, gFld("Argumente", "../../Inhalt/Dokumente/Flyerdownload.htm"))
    
//Substrukturbeispiel
//aux2 = insFld(aux1, gFld("Europe", "http://www.treeview.net/treemenu/demopics/beenthere_europe.gif"))
      //insDoc(aux2, gLnk("R", "Edinburgh", "http://www.treeview.net/treemenu/demopics/beenthere_edinburgh.gif"))
      //insDoc(aux2, gLnk("R", "London", "http://www.treeview.net/treemenu/demopics/beenthere_london.jpg"))
      





