var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Présentation',
    bIsWebPath:true,
    sUrl:'presentation.html'
},
{   sTitle:'Nos Actions',
    bIsWebPath:true,
    sUrl:'actions.html'
},
{   sTitle:'Partenaires',
    bIsWebPath:true,
    sUrl:'partenaires.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Plan',
    bIsWebPath:true,
    sUrl:'plan.html'
}]
});
