//
// 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("", "ResearchTree.html")
  aux2 = insFld(foldersTree, gFld("Research Lines", "research.htm"))
    insDoc(aux2, gLnk("S", "RL1: Ecology, Biodiversity and Management of Aquatic Ecosystems", "rl1.htm"))
    insDoc(aux2, gLnk("S", "RL2: Environmental Chemistry and Toxicology", "rl2.htm"))
    insDoc(aux2, gLnk("S", "RL3: Biology and Marine Biotechnologies ", "rl3.htm"))
    insDoc(aux2, gLnk("S", "RL4: Aquaculture", "rl4.htm"))
aux2 = insFld(foldersTree, gFld("Support to Research Lines", ""))
    insDoc(aux2, gLnk("S", "Interface of Marine Genomics (IMG)", "rl5.htm"))
//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "research"
 