var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'LES JEUNES',
    bIsWebPath:true,
    sUrl:'jeunes.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'inscription',
        bIsWebPath:true,
        sUrl:'inscription.html',
        sTarget:'_self'
    },
    {   sTitle:'programme jeunes',
        bIsWebPath:true,
        sUrl:'programmejeunes.html',
        sTarget:'_self'
    },
    {   sTitle:'tarifs',
        bIsWebPath:true,
        sUrl:'tarifsjeunes.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Agenda 2010',
    bIsWebPath:true,
    sUrl:'agenda2010.html',
    sTarget:'_self'
},
{   sTitle:'Distribution',
    bIsWebPath:true,
    sUrl:'distribution.html',
    sTarget:'_self'
},
{   sTitle:'Albumjeff',
    bIsWebPath:true,
    sUrl:'albumjeff.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'album acte 2',
        bIsWebPath:true,
        sUrl:'albumacte2.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Reservations',
    bIsWebPath:true,
    sUrl:'reservations.html',"childArray" : [
    {   sTitle:'se connecter',
        bIsWebPath:true,
        sUrl:'seconnecter.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Notre histoire',
    bIsWebPath:true,
    sUrl:'notrehistoire.html',
    sTarget:'_self'
},
{   sTitle:'Notre organisation',
    bIsWebPath:true,
    sUrl:'notreorganisation.html'
}]
});