var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'About-Us.html'
},
{   sTitle:'Attorney Profiles',
    bIsWebPath:true,
    sUrl:'Attorney-Profiles.html',"childArray" : [
    {   sTitle:'Bill Flahavan',
        bIsWebPath:true,
        sUrl:'Bill-Flahavan.html'
    },
    {   sTitle:'Tamara L. Harper',
        bIsWebPath:true,
        sUrl:'Tamara-Harper.html'
    },
    {   sTitle:'Pardeep Joshi',
        bIsWebPath:true,
        sUrl:'Pardeep-Joshi.html'
    },
    {   sTitle:'David S. Miller',
        bIsWebPath:true,
        sUrl:'David-S-Miller.html'
    },
    {   sTitle:'John K. Rounds',
        bIsWebPath:true,
        sUrl:'John-K-Rounds.html'
    },
    {   sTitle:'Randall V. Sutter',
        bIsWebPath:true,
        sUrl:'Randall-Sutter-Attorney.html'
    },
    {   sTitle:'Constance Zarkowski',
        bIsWebPath:true,
        sUrl:'Constance-Zarkowski.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'
}]
});
