var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Partenariat',
    bIsWebPath:true,
    sUrl:'partners.html'
},
{   sTitle:'Membres du bureau',
    bIsWebPath:true,
    sUrl:'membres_bureau.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactez_nous.html'
}]
});
