//
// 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
HIGHLIGHT = 0


//
// The following code constructs the tree.
//
foldersTree = gFld("", "demoTree.html")
  aux2 = insFld(foldersTree, gFld("Projects in progress", ""))
    insDoc(aux2, gLnk("S", "National funded", "projects_current_nat.htm"))
    insDoc(aux2, gLnk("S", "European funded", "projects_current_eur.htm"))
  aux2 = insFld(foldersTree, gFld("Completed Projects", ""))
    insDoc(aux2, gLnk("S", "National funded", "projects_ended_nat.htm"))
    insDoc(aux2, gLnk("S", "European funded", "projects_ended_eur.htm"))
//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 