var customnavtree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Association',
    bIsWebPath:true,
    sUrl:'association.html'
},
{   sTitle:'Bibliothèque',
    bIsWebPath:true,
    sUrl:'bibliotheque.html'
},
{   sTitle:'Archives',
    bIsWebPath:true,
    sUrl:'archives.html',"childArray" : [
    {   sTitle:'Publications Point de Capiton',
        bIsWebPath:true,
        sUrl:'archives_point_de_capiton.html',
        sTarget:'_self'
    },
    {   sTitle:'Textes',
        bIsWebPath:true,
        sUrl:'archives_textes.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Textes',
    bIsWebPath:true,
    sUrl:'texte.html'
},
{   sTitle:'Liens',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Divers',
    bIsWebPath:true,
    sUrl:'divers.html'
}]
});
