var customNavTree9 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Productions / Médias',
    bIsWebPath:true,
    sUrl:'productions.html',
    sTarget:'_self'
},
{   sTitle:'Boutique',
    bIsWebPath:true,
    sUrl:'boutique.html',
    sTarget:'_self'
},
{   sTitle:'Nous contacter',
    bIsWebPath:true,
    sUrl:'nouscontacter.html'
}]
});
