var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Mon concept',
    bIsWebPath:true,
    sUrl:'concept-formation.html'
},
{   sTitle:'Catalogue des formations',
    bIsWebPath:true,
    sUrl:'catalogue-des-formations.html',"childArray" : [
    {   sTitle:'Pack Création Entreprise',
        bIsWebPath:true,
        sUrl:'page70.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Bonnes adresses',
    bIsWebPath:true,
    sUrl:'bonnes-adresses.html'
}]
});
