var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Accueil',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Vie du Club',
    'bIsWebPath':true,
    'sUrl':'vieduclub.html'
},
{   'sTitle':'Galerie',
    'bIsWebPath':true,
    'sUrl':'Galerie.html'
},
{   'sTitle':'Reportages',
    'bIsWebPath':true,
    'sUrl':'Reportages.html'
},
{   'sTitle':'Les techniques',
    'bIsWebPath':true,
    'sUrl':'Les techniques.html'
},
{   'sTitle':'Fantastique',
    'bIsWebPath':true,
    'sUrl':'Fantastique.html'
},
{   'sTitle':'Historique',
    'bIsWebPath':true,
    'sUrl':'Historique.html'
},
{   'sTitle':'Figuri\'Nice',
    'bIsWebPath':true,
    'sUrl':'FiguriNice.html'
},
{   'sTitle':'Liens',
    'bIsWebPath':true,
    'sUrl':'Liens.html'
}]
});
