var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Accueil',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Produits',
    'bIsWebPath':true,
    'sUrl':'produits.html'
},
{   'sTitle':'Promos',
    'bIsWebPath':true,
    'sUrl':'promos.html'
},
{   'sTitle':'Plan d\'accès',
    'bIsWebPath':true,
    'sUrl':'plan.html'
}]
});
