var customNavTree16 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Presentation',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Situation',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Produits',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'Commande',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page7.html'
},
{   sTitle:'Conditions',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Idée cadeaux',
    bIsWebPath:true,
    sUrl:'page9.html'
}]
});
