//
// 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 = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 0


//
// The following code constructs the tree.
//
foldersTree = gFld("", "demoTree.html")
  aux2 = insFld(foldersTree, gFld("CIMAR", ""))
    insDoc(aux2, gLnk("S", "About CIMAR", "about.htm"))
    insDoc(aux2, gLnk("S", "Organisation", "organisation.htm"))
    insDoc(aux2, gLnk("S", "Infrastructures", "infrastructures.htm"))
    insDoc(aux2, gLnk("S", "Staff", "staff.htm"))
    insDoc(aux2, gLnk("S", "Executive Summary 2007", "executive_summary_2007.htm"))
aux2 = insFld(foldersTree, gFld("Location Maps", ""))
  insDoc(aux2, gLnk("S", "CIIMAR (Porto)", "Map_CIIMAR.htm"))
  insDoc(aux2, gLnk("S", "CCMAR (Faro)", "Map_CCMAR.htm"))
//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "cimar"
 