var customNavTree16 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Our Clients',
    bIsWebPath:true,
    sUrl:'OurClients.html',
    sTarget:'_self'
},
{   sTitle:'Our Approach',
    bIsWebPath:true,
    sUrl:'searchprocess.html',
    sTarget:'_self'
},
{   sTitle:'Our People',
    bIsWebPath:true,
    sUrl:'OurPeople.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
}]
});