var customNavTree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Présentation',
    bIsWebPath:true,
    sUrl:'wppages/présentation.html'
},
{   sDescription:'Pierre ABEGG avocat',
    sTitle:'Pierre ABEGG',
    bIsWebPath:true,
    sUrl:'wppages/avocats.html',
    sTarget:'_self'
},
{   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:'Contacts',
    bIsWebPath:true,
    sUrl:'wppages/contacts.html'
},
{   sTitle:'Plan d\'accès',
    bIsWebPath:true,
    sUrl:'wppages/plan_accès.html'
}]
});
