var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Organisation COBB',
    bIsWebPath:true,
    sUrl:'organisation cobb.html'
},
{   sTitle:'Championnat COBB',
    bIsWebPath:true,
    sUrl:'championnat cobb.html'
},
{   sTitle:'informations. clubs COBB',
    bIsWebPath:true,
    sUrl:'informations.html',
    sTarget:'_self'
}]
});