var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Artemis',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'artemis',
        bIsWebPath:true,
        sUrl:'artemis.html'
    },
    {   sTitle:'news',
        bIsWebPath:true,
        sUrl:'news.html'
    },
    {   sTitle:'saint james',
        bIsWebPath:true,
        sUrl:'saintjames.html'
    },
    {   sTitle:'liens',
        bIsWebPath:true,
        sUrl:'liens.html'
    }]
},
{   sTitle:'Thé',
    bIsWebPath:true,
    sUrl:'the.html',"childArray" : [
    {   sTitle:'thé noir',
        bIsWebPath:true,
        sUrl:'thenoir.html'
    },
    {   sTitle:'thé blanc',
        bIsWebPath:true,
        sUrl:'theblanc.html'
    },
    {   sTitle:'thé vert',
        bIsWebPath:true,
        sUrl:'thevert.html'
    },
    {   sTitle:'thé pu-erh',
        bIsWebPath:true,
        sUrl:'puerh.html'
    },
    {   sTitle:'thé fumé',
        bIsWebPath:true,
        sUrl:'thefume.html'
    },
    {   sTitle:'thé aromatisé',
        bIsWebPath:true,
        sUrl:'the aromatise.html'
    },
    {   sTitle:'theieres',
        bIsWebPath:true,
        sUrl:'theieres.html'
    }]
},
{   sTitle:'Café',
    bIsWebPath:true,
    sUrl:'cafe.html',"childArray" : [
    {   sTitle:'machines à café',
        bIsWebPath:true,
        sUrl:'machines.html'
    }]
},
{   sTitle:'Chocolat',
    bIsWebPath:true,
    sUrl:'chocolat.html'
},
{   sTitle:'Confiseries',
    bIsWebPath:true,
    sUrl:'confiseries.html',"childArray" : [
    {   sTitle:'gateaux',
        bIsWebPath:true,
        sUrl:'gateaux.html'
    },
    {   sTitle:'confitures',
        bIsWebPath:true,
        sUrl:'confitures.html'
    }]
},
{   sTitle:'Tisanerie',
    bIsWebPath:true,
    sUrl:'tisanerie.html',"childArray" : [
    {   sTitle:'juicea',
        bIsWebPath:true,
        sUrl:'juicea.html'
    },
    {   sTitle:'eaux de fruits',
        bIsWebPath:true,
        sUrl:'eauxdefruits.html'
    },
    {   sTitle:'yerba mate',
        bIsWebPath:true,
        sUrl:'yerbamate.html'
    },
    {   sTitle:'rooibos',
        bIsWebPath:true,
        sUrl:'rooibos.html'
    }]
},
{   sTitle:'Vaisselle',
    bIsWebPath:true,
    sUrl:'vaisselle.html',"childArray" : [
    {   sTitle:'chats',
        bIsWebPath:true,
        sUrl:'vaisselle_chats.html'
    },
    {   sTitle:'autres animaux',
        bIsWebPath:true,
        sUrl:'vaisselle_autres_animaux.html'
    },
    {   sTitle:'fleurs',
        bIsWebPath:true,
        sUrl:'vaisselle_fleurs.html'
    },
    {   sTitle:'boites à thé',
        bIsWebPath:true,
        sUrl:'boitesathe.html'
    },
    {   sTitle:'cadeaux',
        bIsWebPath:true,
        sUrl:'cadeaux.html'
    }]
},
{   sTitle:'Japon',
    bIsWebPath:true,
    sUrl:'japon.html'
},
{   sTitle:'Equitable',
    bIsWebPath:true,
    sUrl:'equitable.html'
}]
});
