var customNavTree12 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Produits',
    bIsWebPath:true,
    sUrl:'produits.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self'
},
{   sTitle:'A propos de nous',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Nous contacter',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
