var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Biographie',
    bIsWebPath:true,
    sUrl:'biographie.html'
},
{   sTitle:'Discographie',
    bIsWebPath:true,
    sUrl:'discographie.html'
},
{   sTitle:'Concerts',
    bIsWebPath:true,
    sUrl:'concerts.html'
},
{   sTitle:'Boutique',
    bIsWebPath:true,
    sUrl:'boutiquefrance.html',
    sTarget:'_self'
},
{   sTitle:'Espace Pro',
    bIsWebPath:true,
    sUrl:'Espace PRO.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    sUrl:'mailto:contact@macgallay.fr',
    sTarget:'_self'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'Videos.html',
    sTarget:'_self'
}]
});
