// You can find instructions for this file here:
// http://www.treeview.net

// 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 = '' //change if the gif's folder is a subfolder, for example: 'images/'

WRAPTEXT = 1

foldersTree = gFld("  Home", "Ziersdorf_Hauptframe.htm")
  aux1 = insFld(foldersTree, gFld("Gemeinde", "Ziersdorf_Hauptframe.htm"))
    aux2 = insFld(aux1, gFld("Gemeindedaten", "Ziersdorf_Daten.htm"))
    aux2 = insFld(aux1, gFld("Mandatare", "Ziersdorf_Mandatare.htm"))
    aux2 = insFld(aux1, gFld("Mitarbeiter", "Ziersdorf_Mitarbeiter.htm"))
    aux2 = insFld(aux1, gFld("Geschichte", "Ziersdorf_Hauptframe.htm"))
      aux3 = insFld(aux2, gFld("Zeittafel", "Ziersdorf_Geschichte.htm"))
      aux3 = insFld(aux2, gFld("Chronik Dippersdorf", "Ziersdorf_Chronik_Dippersdorf.htm"))
      aux3 = insFld(aux2, gFld("Chronik Fahndorf", "Ziersdorf_Chronik_Fahndorf.htm"))
      aux3 = insFld(aux2, gFld("Chronik Gettsdorf", "Ziersdorf_Chronik_Gettsdorf.htm"))
      aux3 = insFld(aux2, gFld("Chronik Großmeiseldorf", "Ziersdorf_Chronik_Grossmeiseldorf.htm"))
      aux3 = insFld(aux2, gFld("Chronik Hollenstein", "Ziersdorf_Chronik_Hollenstein.htm"))
      aux3 = insFld(aux2, gFld("Chronik Kiblitz", "Ziersdorf_Chronik_Kiblitz.htm"))
      aux3 = insFld(aux2, gFld("Chronik Radlbrunn", "Ziersdorf_Chronik_Radlbrunn.htm"))
      aux3 = insFld(aux2, gFld("Chronik Rohrbach", "Ziersdorf_Chronik_Rohrbach.htm"))
      aux3 = insFld(aux2, gFld("Chronik Ziersdorf", "Ziersdorf_Chronik_Ziersdorf.htm"))
  aux1 = insFld(foldersTree, gFld("Infrastruktur", "Ziersdorf_Hauptframe.htm"))
    aux2 = insFld(aux1, gFld("Gesundheit", "Ziersdorf_GuS.htm"))
    aux2 = insFld(aux1, gFld("Schulen", "Ziersdorf_Schulen.htm"))
    aux2 = insFld(aux1, gFld("Kindergärten", "Ziersdorf_Kindergarten.htm"))
    aux2 = insFld(aux1, gFld("Gastronomie", "Ziersdorf_Gastronomie.htm"))
    aux2 = insFld(aux1, gFld("Freizeit", "Ziersdorf_Freizeit.htm"))
    aux2 = insFld(aux1, gFld("Bauplätze", "Ziersdorf_Bauplaetze.htm"))
    aux2 = insFld(aux1, gFld("Fahrpläne", "Ziersdorf_Fahrplaene.htm"))
  aux1 = insFld(foldersTree, gFld("Termine", "Ziersdorf_Hauptframe.htm"))
    aux2 = insFld(aux1, gFld("Veranstaltungen", "Veranstaltungen.htm"))
    aux2 = insFld(aux1, gFld("Müllabfuhr", "Ziersdorf_Abfall.htm"))
  aux1 = insFld(foldersTree, gFld("Downloads", "Ziersdorf_Hauptframe.htm"))
    aux2 = insFld(aux1, gFld("Gemeindezeitung Dezember 2011", "GZ_201112.pdf"))
    aux2 = insFld(aux1, gFld("Konzerthaus Programm 2012", "programm2012.pdf"))
    aux2 = insFld(aux1, gFld("Formulare", "Ziersdorf_Formulare.htm"))
  aux1 = insFld(foldersTree, gFld("Pläne und Bilder", "Ziersdorf_Bilder.htm"))
  aux1 = insFld(foldersTree, gFld("Links", "Ziersdorf_Hauptframe.htm"))
    aux2 = insFld(aux1, gFld("Katastralgemeinden", "Ziersdorf_Links_KG.htm"))
    aux2 = insFld(aux1, gFld("Vereine und Institutionen", "Ziersdorf_Links_Vereine.htm"))
    aux2 = insFld(aux1, gFld("Diverse", "Ziersdorf_Links_Diverse.htm"))
  aux1 = insFld(foldersTree, gFld("Archiv", "Ziersdorf_Archiv.htm"))
  aux1 = insFld(foldersTree, gFld("Telefonbuch", "Telefonbuch.htm"))
  aux1 = insFld(foldersTree, gFld("Gemeinde21", "g21.htm"))

