//
// 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

//
// The following code constructs the tree.  This code produces a tree that looks like:
// 
// Tree Options
//  - Expand for example with pics and flags
//    - United States
//      - Boston
//      - Tiny pic of New York City
//      - Washington
//    - Europe
//      - London
//      - Lisbon
//  - Types of node
//    - Expandable with link
//      - London
//    - Expandable without link
//      - NYC
//    - Opens in new window
//

foldersTree = gFld("<b></b>", "demoFrameless.html")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("Sistema Veracruzano del Agua", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Definici&oacute;n", "pagindex.php?pag=11"))
    aux2 = insFld(aux1, gFld("Integrantes", "pagindex.php?pag=12"))
    aux2 = insFld(aux1, gFld("Directorio", "pagindex.php?pag=13"))
  aux1 = insFld(foldersTree, gFld("Consejo del Sistema Veracruzano del Agua", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Integrantes", "pagindex.php?pag=21"))
    aux2 = insFld(aux1, gFld("Misi&oacute;n Visi&oacute;n", "pagindex.php?pag=22"))
    aux2 = insFld(aux1, gFld("Estructura Funcional", "pagindex.php?pag=23"))
	aux2 = insFld(aux1, gFld("Proyectos", "pagindex.php?pag=210"))
    aux2 = insFld(aux1, gFld("Cont&aacute;ctanos", "pagindex.php?pag=25"))
  aux1 = insFld(foldersTree, gFld("Marco Legal", "javascript:undefined"))
  	aux2 = insFld(aux1, gFld("Introducci&oacute;n", "pagindex.php?pag=31"))
    aux2 = insFld(aux1, gFld("Leyes", "pagindex.php?pag=32"))
  aux1 = insFld(foldersTree, gFld("Sistema de Informaci&oacute;n Hidr&aacute;ulica", "javascript:undefined"))
  	aux2 = insFld(aux1, gFld("SIH", "/sih/index.php"))
  aux1 = insFld(foldersTree, gFld("Biblioteca", "javascript:undefined"))
  	aux2 = insFld(aux1, gFld("Documentos", "pagindex.php?pag=51"))
    aux2 = insFld(aux1, gFld("Ahuilizapan", "pagindex.php?pag=52"))
    aux2 = insFld(aux1, gFld("Otros Sitios", "pagindex.php?pag=105"))
  aux1 = insFld(foldersTree, gFld("Transparencia", "javascript:undefined"))
  	aux2 = insFld(aux1, gFld("Transparencia", "pagindex.php?pag=600"))
    aux2 = insFld(aux1, gFld("Licitaci&oacute;n P&uacute;blica", "pagindex.php?pag=61"))
    aux2 = insFld(aux1, gFld("Licitaci&oacute;n Simplificada", "pagindex.php?pag=62"))
    aux2 = insFld(aux1, gFld("Licitaci&oacute;n Directa", "pagindex.php?pag=63"))



