// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PERSERVESTATE = 1


foldersTree = gFld("<b>Home</b>", "index.php")
  aux1 = insFld(foldersTree, gFld("Noticias", "noticias.php"))  
  aux1 = insFld(foldersTree, gFld("¿Quiénes Somos?", "quien.php"))          
  aux1 = insFld(foldersTree, gFld("Sistema Winledger", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("¿Qué es Winledger?", "winledger.php"))
 	aux2 = insFld(aux1, gFld("Características", "caracteristicas.php"))
	aux2 = insFld(aux1, gFld("Ventajas", "ventajas.php"))
 	aux2 = insFld(aux1, gFld("Integración", "integracion.php"))
  
  aux1 = insFld(foldersTree, gFld("Productos", "productos.php"))
  aux1 = insFld(foldersTree, gFld("Nuestros Clientes", "clientes.php"))
  aux1 = insFld(foldersTree, gFld("Capacitación", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Demos", "demos.php"))
    aux2 = insFld(aux1, gFld("Cursos", "cursos.php"))
  aux1 = insFld(foldersTree, gFld("Descargas", "descargas.php"))
    aux2 = insFld(aux1, gFld("Actualizaciones", "updates.php"))
    aux2 = insFld(aux1, gFld("Manuales", "manuales.php"))
	aux2 = insFld(aux1, gFld("Demos del Sistema", "javascript:undefined"))
  aux1 = insFld(foldersTree, gFld("Soporte Técnico", "soporte.php"))          
  aux1 = insFld(foldersTree, gFld("Contactos", "contacto.php"))
