var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Histoire',
    bIsWebPath:true,
    sUrl:'histoire.html'
},
{   sTitle:'Le club',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Forum',
    bIsExternal:true,
    sUrl:'http://pbq.vraiforum.com'
}]
});
