var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Gallerie',
    bIsWebPath:true,
    sUrl:'gallerie.html'
},
{   sTitle:'Contactez-Nous',
    bIsWebPath:true,
    sUrl:'contactez-nous.html'
}]
});
