var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Plan du site',
    bIsWebPath:true,
    sUrl:'plan.html'
},
{   sTitle:'Les jeux',
    bIsWebPath:true,
    sUrl:'lesjeux.html'
},
{   sTitle:'Informatique',
    bIsWebPath:true,
    sUrl:'informatique.html'
}]
});
