var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Points de vente',
    bIsWebPath:true,
    sUrl:'points de vente.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'3MMM Roumazières',
        bIsWebPath:true,
        sUrl:'roumazieres.html',
        sTarget:'_self'
    },
    {   sTitle:'3MMM Maine de Boixe',
        bIsWebPath:true,
        sUrl:'mainedeboixe.html',
        sTarget:'_self'
    },
    {   sTitle:'3MMM Ruffec',
        bIsWebPath:true,
        sUrl:'ruffec.html',
        sTarget:'_self'
    },
    {   sTitle:'Nos marques',
        bIsWebPath:true,
        sUrl:'marques.html',
        sTarget:'_self'
    },
    {   sTitle:'Infos sur la société',
        bIsWebPath:true,
        sUrl:'info societe.html'
    }]
},
{   sTitle:'Catalogue',
    bIsWebPath:true,
    sUrl:'catalogue.html'
},
{   sTitle:'Bonnes affaires',
    bIsWebPath:true,
    sUrl:'les affaires du mois.html'
},
{   sTitle:'Espace PRO',
    bIsWebPath:true,
    sUrl:'espace pro.html'
},
{   sTitle:'A Saisir',
    bIsWebPath:true,
    sUrl:'bonnes affaires.html',
    sTarget:'_self'
},
{   sTitle:'La Nouveauté',
    bIsWebPath:true,
    sUrl:'nouveauté.html',
    sTarget:'_self'
},
{   sTitle:'Exclusif Internet',
    bIsWebPath:true,
    sUrl:'exclu internet.html',
    sTarget:'_self'
},
{   sTitle:'Nos services',
    bIsWebPath:true,
    sUrl:'service.html',"childArray" : [
    {   sTitle:'Nos Livraisons',
        bIsWebPath:true,
        sUrl:'livraisons.html',
        sTarget:'_self'
    },
    {   sTitle:'Notre machine à teinter',
        bIsWebPath:true,
        sUrl:'machine à teinter.html',
        sTarget:'_self'
    },
    {   sTitle:'La Découpe de bois',
        bIsWebPath:true,
        sUrl:'découpe de bois.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Garden Déco',
    bIsWebPath:true,
    sUrl:'garden deco.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});