var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil ',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Le CDF',
    bIsWebPath:true,
    sUrl:'le cdf.html',
    sTarget:'_self'
},
{   sTitle:'Les Foulées',
    bIsWebPath:true,
    sUrl:'les foulees.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Accueil Foulées',
        bIsWebPath:true,
        sUrl:'accueil-foulees.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Parcours',
            bIsWebPath:true,
            sUrl:'parcours.html',
            sTarget:'_self',"childArray" : [
            {   sTitle:'400 m',
                bIsWebPath:true,
                sUrl:'400m.html',
                sTarget:'_self'
            },
            {   sTitle:'1200 m',
                bIsWebPath:true,
                sUrl:'1200 m.html',
                sTarget:'_self'
            },
            {   sTitle:'2500 m',
                bIsWebPath:true,
                sUrl:'2500 m.html',
                sTarget:'_self'
            },
            {   sTitle:'5000 m',
                bIsWebPath:true,
                sUrl:'5000 m.html',
                sTarget:'_self'
            },
            {   sTitle:'10 000 m',
                bIsWebPath:true,
                sUrl:'10000 m.html',
                sTarget:'_self'
            }]
        },
        {   sTitle:'Bulletins d\'inscriptions',
            bIsWebPath:true,
            sUrl:'bi.html',
            sTarget:'_self'
        },
        {   sTitle:'Règlement',
            bIsWebPath:true,
            sUrl:'reglement.html',
            sTarget:'_self'
        },
        {   sTitle:'Affiche',
            bIsWebPath:true,
            sUrl:'affiche.html',
            sTarget:'_self'
        },
        {   sTitle:'Résultats',
            bIsWebPath:true,
            sUrl:'resultats.html',
            sTarget:'_self',"childArray" : [
            {   sTitle:'Photos',
                bIsWebPath:true,
                sUrl:'photos.html',
                sTarget:'_self'
            },
            {   sTitle:'photos-FP2010',
                bIsWebPath:true,
                sUrl:'photos-fp2010.html',
                sTarget:'_self'
            },
            {   sTitle:'Accueil',
                bIsWebPath:true,
                sUrl:'page26.html',
                sTarget:'_self'
            }]
        },
        {   sTitle:'Challenge',
            bIsWebPath:true,
            sUrl:'challenge.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Activités CDF',
    bIsWebPath:true,
    sUrl:'activites.html',
    sTarget:'_self'
},
{   sTitle:'Liens utiles',
    bIsWebPath:true,
    sUrl:'liens utiles.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});