var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   bSeparatorAfter:true,
    sDescription:'===============',
    sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'                                        ',
    sUrl:'',
    sTarget:'_self'
},
{   sTitle:'Présentation',
    bIsWebPath:true,
    sUrl:'wppages/présentation.html',
    sTarget:'_self'
},
{   sDescription:'Pierre ABEGG avocat',
    sTitle:'Pierre ABEGG',
    bIsWebPath:true,
    sUrl:'wppages/avocats.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Collaborateurs',
    bIsWebPath:true,
    sUrl:'wppages/collaborateur1.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Anne CARMES',
        bIsWebPath:true,
        sUrl:'wppages/collaborateur1.html',
        sTarget:'_self'
    },
    {   sTitle:'Karima BLUTEAU',
        bIsWebPath:true,
        sUrl:'wppages/collaborateur2.html',
        sTarget:'_self'
    }]
},
{   sTitle:'                       ',
    sUrl:'',
    sTarget:'_self'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'wppages/contacts.html'
},
{   bSeparatorAfter:true,
    sTitle:'Plan d\'accès',
    bIsWebPath:true,
    sUrl:'wppages/plan_accès.html',
    sTarget:'_self'
},
{   sTitle:'                          ',
    sUrl:'',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Actualités',
    bIsWebPath:true,
    sUrl:'wppages/actualités.html',
    sTarget:'_self'
}]
});
