var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Les activités...',
    bIsWebPath:true,
    sUrl:'Activite.html',"childArray" : [
    {   sTitle:'Anglais',
        bIsWebPath:true,
        sUrl:'anglais.html'
    },
    {   sTitle:'Art floral',
        bIsWebPath:true,
        sUrl:'art_floral.html'
    },
    {   sTitle:'Art Platique',
        bIsWebPath:true,
        sUrl:'art_plastique.html'
    },
    {   sTitle:'Atelier photos',
        bIsWebPath:true,
        sUrl:'photo.html'
    },
    {   sTitle:'Encadrement',
        bIsWebPath:true,
        sUrl:'encadrement.html'
    },
    {   sTitle:'Fresques et peinture sur bois',
        bIsWebPath:true,
        sUrl:'fresque.html'
    },
    {   sTitle:'Généalogie',
        bIsWebPath:true,
        sUrl:'genealogie.html'
    },
    {   sTitle:'Informatique',
        bIsWebPath:true,
        sUrl:'informatique.html'
    },
    {   sTitle:'Oenologie',
        bIsWebPath:true,
        sUrl:'oenologie.html'
    },
    {   sTitle:'Origami',
        bIsWebPath:true,
        sUrl:'origami.html'
    },
    {   sTitle:'Peinture',
        bIsWebPath:true,
        sUrl:'peinture.html'
    },
    {   sTitle:'Secourisme',
        bIsWebPath:true,
        sUrl:'secourisme.html'
    },
    {   sTitle:'Réfection de Sieges',
        bIsWebPath:true,
        sUrl:'siege.html'
    },
    {   sTitle:'Sortie en Région Parisienne',
        bIsWebPath:true,
        sUrl:'sortie.html'
    },
    {   sTitle:'proposition de sorties',
        bIsWebPath:true,
        sUrl:'sortie_proposition.html'
    },
    {   sTitle:'Theatre',
        bIsWebPath:true,
        sUrl:'theatre.html'
    },
    {   sTitle:'Yoga',
        bIsWebPath:true,
        sUrl:'yoga.html'
    }]
},
{   sTitle:'Les évènements',
    bIsWebPath:true,
    sUrl:'evenement.html',"childArray" : [
    {   sTitle:'Theatre les Affranchis',
        bIsWebPath:true,
        sUrl:'affranchis.html'
    },
    {   sTitle:'Exposition des stagiaires',
        bIsWebPath:true,
        sUrl:'expostagiaire.html'
    }]
},
{   sTitle:'Le calendrier',
    bIsWebPath:true,
    sUrl:'planning_hebdomadaire.html',"childArray" : [
    {   sTitle:'Calendrier annuel',
        bIsWebPath:true,
        sUrl:'calendrier_annuel.html'
    },
    {   sTitle:'Calendrier hebdomadaire',
        bIsWebPath:true,
        sUrl:'cal_hebdo.html'
    }]
},
{   sTitle:'Les inscriptions',
    bIsWebPath:true,
    sUrl:'formulaire_inscription.html'
},
{   sTitle:'L\'association...',
    bIsWebPath:true,
    sUrl:'association.html',"childArray" : [
    {   sTitle:'les instances',
        bIsWebPath:true,
        sUrl:'instance.html'
    },
    {   sTitle:'Gestion de l\'ahsa',
        bIsWebPath:true,
        sUrl:'gestion_ahsa.html'
    }]
},
{   sTitle:'Forum de discussion',
    bIsWebPath:true,
    sUrl:'forum.html'
},
{   sTitle:'Nos liens',
    bIsWebPath:true,
    sUrl:'liensPartenaires.html'
}]
});
