var customNavTree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Practice Areas',
    bIsWebPath:true,
    sUrl:'practiceareas.html'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:'Attorneys',
    bIsWebPath:true,
    sUrl:'attorneys.html'
},
{   sTitle:'Support Staff',
    bIsWebPath:true,
    sUrl:'supportstaff.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
