var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Accueil',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Conférence OUEST',
    'bIsWebPath':true,
    'sUrl':'conférence ouest.html',"childArray" : [
    {   'sTitle':'Organisation COBB',
        'bIsWebPath':true,
        'sUrl':'organisation cobb.html'
    }]
},
{   'sTitle':'Championnats COBB',
    'bIsWebPath':true,
    'sUrl':'championnats cobb.html',"childArray" : [
    {   'sTitle':'classements COBB',
        'bIsWebPath':true,
        'sUrl':'classements cobb.html'
    },
    {   'sTitle':'calendriers et résultats COBB',
        'bIsWebPath':true,
        'sUrl':'calendriers et résultats cobb.html'
    }]
},
{   'sTitle':'informations. clubs COBB',
    'bIsWebPath':true,
    'sUrl':'informations.html'
}]
});
