var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'L\'association',
    bIsWebPath:true,
    sUrl:'l\'association.html'
},
{   sTitle:'Les formations',
    bIsWebPath:true,
    sUrl:'les formations.html'
},
{   sTitle:'La galerie Photo',
    bIsWebPath:true,
    sUrl:'la galerie photo.html'
},
{   sTitle:'Liens utiles',
    bIsWebPath:true,
    sUrl:'liens utiles.html'
},
{   sTitle:'Nous contacter',
    bIsWebPath:true,
    sUrl:'nous contacter.html'
}]
});
