var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Vaisselle',
    bIsWebPath:true,
    sUrl:'vaisselle.html',
    sTarget:'_self'
},
{   sTitle:'Verrerie',
    bIsWebPath:true,
    sUrl:'verrerie.html',
    sTarget:'_self'
},
{   sTitle:'Coutellerie',
    bIsWebPath:true,
    sUrl:'coutellerie.html',
    sTarget:'_self'
},
{   sTitle:'Lingerie',
    bIsWebPath:true,
    sUrl:'lingerie.html',
    sTarget:'_self'
},
{   sTitle:'Divers',
    bIsWebPath:true,
    sUrl:'divers.html',
    sTarget:'_self'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html',
    sTarget:'_self'
},
{   sTitle:'Lien',
    bIsWebPath:true,
    sUrl:'lien.html',
    sTarget:'_self'
},
{   sTitle:'Nous joindre',
    bIsWebPath:true,
    sUrl:'nousjoindre.html',
    sTarget:'_self'
}]
});
