var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'la-pensee.html'
},
{   sTitle:'Le jeu N°1',
    bIsWebPath:true,
    sUrl:'le-jeu.html'
},
{   sTitle:'Le jeu N°2',
    bIsWebPath:true,
    sUrl:'jeu2.html',
    sTarget:'_self'
},
{   sTitle:'Le jeu N°3',
    bIsWebPath:true,
    sUrl:'jeu3.html',
    sTarget:'_self'
}]
});
