var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Attorney Profile',
    bIsWebPath:true,
    sUrl:'Barton-Pokras.html'
},
{   sTitle:'Practice Areas',
    bIsWebPath:true,
    sUrl:'Ventura-County-Divorce.html',"childArray" : [
    {   sTitle:'Divorce',
        bIsWebPath:true,
        sUrl:'Divorce-CA-Options.html',"childArray" : [
        {   sTitle:'Divorce & Legal Separation',
            bIsWebPath:true,
            sUrl:'Divorce-Legal-Separation.html'
        },
        {   sTitle:'Spousal Support / Alimony',
            bIsWebPath:true,
            sUrl:'Spousal-Support.html'
        },
        {   sTitle:'Child Support',
            bIsWebPath:true,
            sUrl:'Child-Support.html'
        },
        {   sTitle:'Child Custody',
            bIsWebPath:true,
            sUrl:'Child-Custody-Ventura.html'
        },
        {   sTitle:'Move-Aways & Jurisdiction',
            bIsWebPath:true,
            sUrl:'Jursidiction-Relocation.html'
        }]
    },
    {   sTitle:' High Net Worth Divorces',
        bIsWebPath:true,
        sUrl:'Divorce-Net-Worth.html',"childArray" : [
        {   sTitle:'Division of Assets',
            bIsWebPath:true,
            sUrl:'Assets-Divorce.html'
        },
        {   sTitle:'Division of Property',
            bIsWebPath:true,
            sUrl:'Property-Division.html'
        },
        {   sTitle:'Protecting Investments',
            bIsWebPath:true,
            sUrl:'Protecting-Investments.html'
        },
        {   sTitle:'Hiding Assets',
            bIsWebPath:true,
            sUrl:'Hiding-Assets-Divorce.html'
        },
        {   sTitle:'Professonials & Business Owners',
            bIsWebPath:true,
            sUrl:'Business-Owners-Divorce.html'
        },
        {   sTitle:'Tax Issues',
            bIsWebPath:true,
            sUrl:'Divorce-Taxes.html'
        },
        {   sTitle:'Maintaining Lifestyle',
            bIsWebPath:true,
            sUrl:'Lifestyle-Divorce.html'
        },
        {   sTitle:'Needs of Children',
            bIsWebPath:true,
            sUrl:'Childrens-Needs.html'
        }]
    },
    {   sTitle:'Mediation & Collaborative Law',
        bIsWebPath:true,
        sUrl:'Mediation-Collaborative-Law.html',"childArray" : [
        {   sTitle:'Negotiation Methods',
            bIsWebPath:true,
            sUrl:'Negotiation-Methods.html'
        }]
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact-Us.html'
}]
});
