//
// Copyright (c) 2006 by Conor O'Mahony.
// For enquiries, please email GubuSoft@GubuSoft.com.
// Please keep all copyright notices below.
// Original author of TreeView script is Marcelino Martins.
//
// This document includes the TreeView script.
// The TreeView script can be found at http://www.TreeView.net.
// The script is Copyright (c) 2006 by Conor O'Mahony.
//
// You can find general instructions for this file at www.treeview.net.
//

USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1


foldersTree = gFld("<br><b>Download</b>")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("Rundbrief für Tirol (PDF)", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("2009", "javascript:undefined"))
      insDoc(aux2, gLnk("B", "Nr.2 September", "../download/rundbrief/Rundbrief Nr.2 September 2009.pdf"))
      insDoc(aux2, gLnk("B", "Nr.3 Oktober", "../download/rundbrief/Rundbrief Nr.3 Oktober 2009.pdf"))
      insDoc(aux2, gLnk("B", "Nr.4 November", "../download/rundbrief/Rundbrief Nr.4 November 2009.pdf"))
      insDoc(aux2, gLnk("B", "Nr.5 Dezember", "../download/rundbrief/Rundbrief Nr.5 Dezember 2009.pdf"))
    aux2 = insFld(aux1, gFld("2010", "javascript:undefined"))
      insDoc(aux2, gLnk("B", "Nr.1 März", "../download/rundbrief/Rundbrief Nr.1 März 2010.pdf"))
      insDoc(aux2, gLnk("B", "Nr.2 Mai", "../download/rundbrief/Rundbrief Nr.2 Mai 2010.pdf"))
      insDoc(aux2, gLnk("B", "Nr.3 November", "../download/rundbrief/Rundbrief Nr.3 November 2010.pdf"))
  
      



