var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'La Carte',
    bIsWebPath:true,
    sUrl:'lacarte.html'
},
{   sTitle:'Produits',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
