var customNavTree17 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'http://www.westlakelawgroup.com/',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'About-Us.html'
},
{   sTitle:'Attorney Profiles',
    bIsWebPath:true,
    sUrl:'Attorney-Profiles.html'
},
{   sTitle:'Areas of Practice',
    bIsWebPath:true,
    sUrl:'Practice-Areas.html',"childArray" : [
    {   sTitle:'Personal Injury',
        bIsWebPath:true,
        sUrl:'Accidents-Injuries.html'
    },
    {   sTitle:'Personal Injury Expectations',
        bIsWebPath:true,
        sUrl:'Injury-Expectations.html'
    },
    {   sTitle:'Notable Settlements',
        bIsWebPath:true,
        sUrl:'Injury-Settlements.html'
    },
    {   sTitle:'Criminal Law',
        bIsWebPath:true,
        sUrl:'Criminal-Law.html'
    },
    {   sTitle:'Employment Law',
        bIsWebPath:true,
        sUrl:'Employment-Law.html'
    },
    {   sTitle:'Employer Wrongdoing',
        bIsWebPath:true,
        sUrl:'Employer-Wrongdoing.html'
    },
    {   sTitle:'Health Insurance Law',
        bIsWebPath:true,
        sUrl:'Health-Insurance-Law.html'
    },
    {   sTitle:'Business Law & Civil Litigation',
        bIsWebPath:true,
        sUrl:'Business-Litigation.html'
    },
    {   sTitle:'Estate Planning',
        bIsWebPath:true,
        sUrl:'Estate-Planning.html'
    },
    {   sTitle:'Family Law',
        bIsWebPath:true,
        sUrl:'Family-Law-Divorce.html'
    },
    {   sTitle:'Bankruptcy',
        bIsWebPath:true,
        sUrl:'Bankruptcy.html'
    }]
},
{   sTitle:'Attorney Referrals',
    bIsWebPath:true,
    sUrl:'Attorney-Referrals.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact-Us.html'
}]
});
