var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'À propos de nous',
    bIsWebPath:true,
    sUrl:'a-propos-de-nous.html'
},
{   sTitle:'Philosophie',
    bIsWebPath:true,
    sUrl:'philosophie.html'
},
{   sTitle:'Prestations',
    bIsWebPath:true,
    sUrl:'prestations.html'
},
{   sTitle:'Collaborateurs',
    bIsWebPath:true,
    sUrl:'nos-collaborateurs.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
