var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'À propos de nous',
    bIsWebPath:true,
    sUrl:'histoire.html'
},
{   sTitle:'Équipe',
    bIsWebPath:true,
    sUrl:'equipe.html'
},
{   sTitle:'MRC de Portneuf',
    bIsWebPath:true,
    sUrl:'mrc.html'
},
{   sTitle:'Horaire',
    bIsWebPath:true,
    sUrl:'horaire.html'
},
{   sTitle:'Émissions',
    bIsWebPath:true,
    sUrl:'emissions.html'
},
{   sTitle:'Produits',
    bIsWebPath:true,
    sUrl:'produits.html'
},
{   sTitle:'Nous contacter',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
