//
// 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 = 1


//
// The following code constructs the tree.
//
foldersTree = gFld("", "demoFramelessHili.html")
 

aux2 = insFld(foldersTree, gFld("CONSEIL", "javascript:undefined"))
    insDoc(aux2, gLnk("S", "Cr&eacute;ation d'entreprise", "main.php?id=1"))
    insDoc(aux2, gLnk("S", "Suivi Post Cr&eacute;ation", "main.php?id=2"))
    insDoc(aux2, gLnk("S", "Projet socio &eacute;conomique", "main.php?id=3"))
    insDoc(aux2, gLnk("S", "Gestion de syst&egrave;me de sant&eacute;", "main.php?id=7"))


aux2 = insFld(foldersTree, gFld("FORMATION", "javascript:undefined"))
    insDoc(aux2, gLnk("S", "Economie de la sant&eacute;", "main.php?id=12"))
    insDoc(aux2, gLnk("S", "Gestion de l'entreprise", "main.php?id=13"))
    insDoc(aux2, gLnk("S", "Comptabilit&eacute;", "main.php?id=14"))
    insDoc(aux2, gLnk("S", "Informatique", "main.php?id=15"))
    insDoc(aux2, gLnk("S", "Management de la qualit&eacute; en sant&eacute;", "main.php?id=16"))
    insDoc(aux2, gLnk("S", "Gestion des projets", "main.php?id=17"))
    insDoc(aux2, gLnk("S", "Qualit&eacute; des services", "main.php?id=18"))


aux2 = insFld(foldersTree, gFld("EAU ET ENVIRONNEMENT", "javascript:undefined"))
    insDoc(aux2, gLnk("S", "Conception et Conduite de projets", "main.php?id=23"))
    insDoc(aux2, gLnk("S", "Technologies de gestion", "main.php?id=19"))
    insDoc(aux2, gLnk("S", "Outils de contr&ocirc;le", "main.php?id=20"))


aux2 = insFld(foldersTree, gFld("ESPACE VENTE", "javascript:undefined"))
    insDoc(aux2, gLnk("S", "Vente des produits technologiques", "main.php?id=21"))
    insDoc(aux2, gLnk("S", "Apporteur d'affaires", "main.php?id=22"))
	insDoc(aux2, gLnk("S", "Commerce g&eacute;n&eacute;rale", "main.php?id=24"))




//
// Set this string if TreeView and other configuration files may also be loaded 
// in the same session.
//
foldersTree.treeID = "FramelessHili" 
 