var customNavTree18 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Accueil',
    bIsWebPath:true,
    sUrl:'index.htm',
    sTarget:'_self'
},
{   sTitle:'CABLAGE',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'SÉCURITÉ',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'TÉLÉPHONIE',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'INFORMATIQUE',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'CONTACTS',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
}]
});
