var customNavTree11 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Locations',
    bIsWebPath:true,
    sUrl:'locations.html',
    sTarget:'_self'
},
{   sTitle:'Galerie',
    bIsWebPath:true,
    sUrl:'galerie.html',
    sTarget:'_blank'
},
{   sTitle:'Liens',
    bIsWebPath:true,
    sUrl:'liens.html',
    sTarget:'_self'
},
{   sTitle:'Réparation',
    bIsWebPath:true,
    sUrl:'reparation.html',
    sTarget:'_blank'
},
{   sTitle:'Qui somme nous ?',
    bIsWebPath:true,
    sUrl:'qui somme nous .html',
    sTarget:'_self'
}]
});
