//
// 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 = 1
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1


//
// The following code constructs the tree.
//
foldersTree = gFld("<b>Catálogo de productos</b>", "productos.php")
  aux2 = insFld(foldersTree, gFld("Abonos", "seccion2.php?seccion=1"))
  aux2 = insFld(foldersTree, gFld("Fitosanitarios", "seccion2.php?seccion=2"))
  aux2 = insFld(foldersTree, gFld("Control biológico", "seccion2.php?seccion=3"))
  aux2 = insFld(foldersTree, gFld("Producción de planta", "seccion2.php?seccion=4")) 
  aux2 = insFld(foldersTree, gFld("Semillas y tuberculos", "seccion2.php?seccion=5"))
  aux2 = insFld(foldersTree, gFld("Otros productos", "seccion2.php?seccion=6"))

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