var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Présentation',
    bIsWebPath:true,
    sUrl:'presentation.html',"childArray" : [
    {   sTitle:'Pourquoi participer ?',
        bIsWebPath:true,
        sUrl:'pourquoi-participer.html'
    },
    {   sTitle:'Historique',
        bIsWebPath:true,
        sUrl:'historique.html'
    }]
},
{   sTitle:'Informations utiles',
    bIsWebPath:true,
    sUrl:'informations utiles.html',"childArray" : [
    {   sTitle:'Programme',
        bIsWebPath:true,
        sUrl:'programme.html'
    },
    {   sTitle:'Concours \"Les Sécateurs d\'or\"',
        bIsWebPath:true,
        sUrl:'page20.html'
    },
    {   sTitle:'Concours national de conduite de matériel agricole',
        bIsWebPath:true,
        sUrl:'page21.html'
    },
    {   sTitle:'Les visites',
        bIsWebPath:true,
        sUrl:'les visites.html'
    },
    {   sTitle:'Documents à télécharger',
        bIsWebPath:true,
        sUrl:'telecharger-documents.html'
    },
    {   sTitle:'Frais d\'inscription',
        bIsWebPath:true,
        sUrl:'frais d\'inscription.html'
    }]
},
{   sTitle:'Concours vidéo',
    bIsWebPath:true,
    sUrl:'concours video.html',"childArray" : [
    {   sTitle:'Vidéothèque',
        bIsWebPath:true,
        sUrl:'videotheque.html'
    }]
},
{   sTitle:'Partenaires',
    bIsWebPath:true,
    sUrl:'partenaires.html'
},
{   sTitle:'Galerie photos',
    bIsWebPath:true,
    sUrl:'galerie-photo.html'
},
{   sTitle:'Presse',
    bIsWebPath:true,
    sUrl:'actualites.html',"childArray" : [
    {   sTitle:'Lu dans la presse',
        bIsWebPath:true,
        sUrl:'articles-presse.html'
    }]
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'agenda.html'
},
{   sTitle:'Les ASAVPA',
    bIsWebPath:true,
    sUrl:'asavpa.html'
},
{   sTitle:'Nous contacter',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
