var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'prestations',
    bIsWebPath:true,
    sUrl:'prestations.html'
},
{   sTitle:'fonctionnement',
    bIsWebPath:true,
    sUrl:'fonctionnement.html'
},
{   sTitle:'tarifs',
    bIsWebPath:true,
    sUrl:'tarifs.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'cgv',
    bIsWebPath:true,
    sUrl:'cgv.html'
}]
});
