var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Partenariat',
    bIsWebPath:true,
    sUrl:'partners.html'
},
{   sTitle:'Membres',
    bIsWebPath:true,
    sUrl:'membres_bureau.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactez_nous.html'
},
{   sTitle:'Rappelez moi',
    bIsWebPath:true,
    sUrl:'rappel.html'
},
{   sTitle:'Qui sommes nous',
    bIsWebPath:true,
    sUrl:'qui_sommes_nous.html'
},
{   sTitle:'Notre but',
    bIsWebPath:true,
    sUrl:'but.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news_10_11.html',
    sTarget:'_self'
},
{   sTitle:'Souvenirs',
    bIsWebPath:true,
    sUrl:'diapo_video.html',
    sTarget:'_self'
},
{   sTitle:'Evènements',
    bIsWebPath:true,
    sUrl:'rejouissances.html',
    sTarget:'_self'
}]
});
