var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'What We Do',
    bIsWebPath:true,
    sUrl:'what-we-do.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Strategic Consultancy',
    bIsWebPath:true,
    sUrl:'strategic-consultancy.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Training Consultancy',
    bIsWebPath:true,
    sUrl:'training-consultancy.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'Coaching Programmes',
    bIsWebPath:true,
    sUrl:'coaching-programmes.html',
    sTarget:'_self'
}]
});
