var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Lawyer Directory',
    bIsWebPath:true,
    sUrl:'lawyer-directory-overview.html',"childArray" : [
    {   sTitle:'Attorney List',
        bIsWebPath:true,
        sUrl:'attorney-list.html',"childArray" : [
        {   sTitle:'Freeman and Freeman, LLP - Los Angeles',
            bIsWebPath:true,
            sUrl:'freeman-freeman-woodland-hills-ca.html'
        },
        {   sTitle:'Leichter Law Firm - Los Angeles',
            bIsWebPath:true,
            sUrl:'leichter-law-firm.html'
        },
        {   sTitle:'Ercolani Law Group - Ventura County',
            bIsWebPath:true,
            sUrl:'Ercolani-Law-Group.html'
        },
        {   sTitle:'Strategic Legal Practices - Los Angeles',
            bIsWebPath:true,
            sUrl:'slp-los-angeles-lemon-law.html'
        }]
    },
    {   sTitle:'Ventura County Family Law',
        bIsWebPath:true,
        sUrl:'ventura-lawyers-family.html'
    },
    {   sTitle:'Ventura Litigation Attorneys',
        bIsWebPath:true,
        sUrl:'ventura-litigation-lawyers.html'
    },
    {   sTitle:'Los Angeles Family Law Attorneys',
        bIsWebPath:true,
        sUrl:'los-angeles-family.html'
    }]
},
{   sTitle:'Blog List',
    bIsWebPath:true,
    sUrl:'legal-blogs.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact-us.html'
}]
});
