var customnavtree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Strengths',
    bIsWebPath:true,
    sUrl:'strengths.html',
    sTarget:'_self'
},
{   sTitle:'Practice Areas',
    bIsWebPath:true,
    sUrl:'practiceareas.html',
    sTarget:'_self'
},
{   sTitle:'Partners',
    bIsWebPath:true,
    sUrl:'partners.html',
    sTarget:'_self'
},
{   sTitle:'Associates',
    bIsWebPath:true,
    sUrl:'associates.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
}]
});
