var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Evenements',
    bIsWebPath:true,
    sUrl:'evenements.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Historique',
        bIsWebPath:true,
        sUrl:'journal.html',
        sTarget:'_self'
    },
    {   sTitle:'Cartes et Résultats',
        bIsWebPath:true,
        sUrl:'rookies.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Roster',
    bIsWebPath:true,
    sUrl:'roster.html',
    sTarget:'_self'
},
{   sTitle:'Boutique',
    bIsWebPath:true,
    sUrl:'boutique.html'
},
{   sTitle:'Ecole',
    bIsWebPath:true,
    sUrl:'ecole.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Association',
    bIsWebPath:true,
    sUrl:'association.html',
    sTarget:'_self'
}]
});
