//
// 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("Public Awareness of Science", ""))
    insDoc(aux2, gLnk("S", "CMIAs: Environmental Monitoring & Interpretation Centres", "hz_pas_cmia.htm"))
    insDoc(aux2, gLnk("S", "ELA: Aguda Littoral Station", "hz_pas_ela.htm"))
    insDoc(aux2, gLnk("S", "AQUAMuseu: River Minho AQUAMuseum", "hz_pas_aquamuseu.htm"))
    insDoc(aux2, gLnk("S", "LATITUDE60!: the International Polar Year", "hz_pas_latitude60.htm"))
    insDoc(aux2, gLnk("S", "UIM: Sea Itinerant University", "hz_pas_uim.htm"))
  aux2 = insFld(foldersTree, gFld("Post-Graduate Studies", ""))
    insDoc(aux2, gLnk("S", "Doctoral School in Marine & Environonmental Sciences", "hz_pgs_phd.htm"))
    insDoc(aux2, gLnk("S", "MSc in Marine Biodiversity & Conservation", "hz_pgs_msc.htm"))
  aux2 = insFld(foldersTree, gFld("Thematic Networks", ""))
    insDoc(aux2, gLnk("S", "MARBEF: Marine Biodiversity", "hz_tn_marbef.htm"))
    insDoc(aux2, gLnk("S", "MGE: Marine Genomics Europe", "hz_tn_mge.htm"))
    insDoc(aux2, gLnk("S", "MARS: EU Netork of Marine Institutes & Stations", "hz_tn_mars.htm"))
    insDoc(aux2, gLnk("S", "EPBRS: EU Platform for Biodiversity", "hz_tn_epbrs.htm"))
    insDoc(aux2, gLnk("S", "divMar: Rede de Biodiversidade Marinha", "hz_tn_divmar.htm"))
  aux2 = insFld(foldersTree, gFld("ERA-Nets: European Research Area Networks", ""))
    insDoc(aux2, gLnk("S", "BiodivERsA: biodiversity research funding", "hz_era_biodiversa.htm"))
    insDoc(aux2, gLnk("S", "AMPERA: accidental marine pollution", "hz_era_ampera.htm"))
  aux2 = insFld(foldersTree, gFld("Technology Transfer", ""))
    insDoc(aux2, gLnk("S", "OPTIDIETAS: Optimized feed formulation", "hz_tt_optidietas.htm"))

//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 
