var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Inscription News Letter',
    bIsWebPath:true,
    sUrl:'inscription.html',"childArray" : [
    {   sTitle:'Désinscription',
        bIsWebPath:true,
        sUrl:'page4.html'
    }]
},
{   sTitle:'La braderie',
    bIsWebPath:true,
    sUrl:'braderie.html'
}]
});
