var customnavtree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Mentions légales',
    bIsWebPath:true,
    sUrl:'entreprise.html'
},
{   sTitle:'Conditions d\'intervention',
    bIsWebPath:true,
    sUrl:'conditions.html',
    sTarget:'_self'
},
{   sTitle:'Confidentialité',
    bIsWebPath:true,
    sUrl:'confidentialite.html',
    sTarget:'_self'
},
{   sTitle:'Plan du site',
    bIsWebPath:true,
    sUrl:'plan.html',
    sTarget:'_self'
}]
});
