var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Historique',
    bIsWebPath:true,
    sUrl:'historique.html'
},
{   sTitle:'La Section',
    bIsWebPath:true,
    sUrl:'section.html',"childArray" : [
    {   sTitle:'Moyens d\'intervention',
        bIsWebPath:true,
        sUrl:'moyens.html'
    },
    {   sTitle:'Local de vigie',
        bIsWebPath:true,
        sUrl:'local.html'
    },
    {   sTitle:'Agenda',
        bIsWebPath:true,
        sUrl:'agenda.html'
    }]
},
{   sTitle:'Le Comité',
    bIsWebPath:true,
    sUrl:'comite.html'
},
{   sTitle:'Médias',
    bIsWebPath:true,
    sUrl:'medias.html'
},
{   sTitle:'Liens',
    bIsWebPath:true,
    sUrl:'liens.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
