var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Association',
    bIsWebPath:true,
    sUrl:'association.html',
    sTarget:'_self'
},
{   sTitle:'Horaire',
    bIsWebPath:true,
    sUrl:'horaire.html',
    sTarget:'_self'
},
{   sTitle:'Nouvelles',
    bIsWebPath:true,
    sUrl:'nouvelles.html',
    sTarget:'_self'
},
{   sTitle:'Liens',
    bIsWebPath:true,
    sUrl:'liens.html',
    sTarget:'_self'
},
{   sTitle:'La ringuette',
    bIsWebPath:true,
    sUrl:'ringuette.html',
    sTarget:'_self'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html',
    sTarget:'_self'
},
{   sTitle:'Marché aux puces',
    bIsWebPath:true,
    sUrl:'puces.html',
    sTarget:'_self'
},
{   sTitle:'Tournoi',
    bIsWebPath:true,
    sUrl:'tournoi_lien.html',
    sTarget:'_self'
}]
});
