var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Shopping',
    bIsWebPath:true,
    sUrl:'shopping.html',
    sTarget:'_self'
},
{   sTitle:'Restaurants',
    bIsWebPath:true,
    sUrl:'restaurants.html',
    sTarget:'_self'
},
{   sTitle:'Loisirs',
    bIsWebPath:true,
    sUrl:'loisirs.html',
    sTarget:'_self'
},
{   sTitle:'Infos pratiques',
    bIsWebPath:true,
    sUrl:'infospratiques.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Plan 1',
        bIsWebPath:true,
        sUrl:'plan1.html',
        sTarget:'_self'
    },
    {   sTitle:'Plan 2',
        bIsWebPath:true,
        sUrl:'plan2.html',
        sTarget:'_self'
    },
    {   sTitle:'planmango',
        bIsWebPath:true,
        sUrl:'planmango.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Promotions',
    bIsWebPath:true,
    sUrl:'promotions.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
