var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Our Process',
    bIsWebPath:true,
    sUrl:'ourprocess.html',
    sTarget:'_self'
},
{   sTitle:'Getting Started',
    bIsWebPath:true,
    sUrl:'gettingstarted.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Things to Watch For',
        bIsWebPath:true,
        sUrl:'thingstowatchfor.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Our Products and Services',
    bIsWebPath:true,
    sUrl:'ourproductsandservices.html',
    sTarget:'_self'
},
{   sTitle:'Financial Planning for Families',
    bIsWebPath:true,
    sUrl:'family.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Education',
        bIsWebPath:true,
        sUrl:'education.html',
        sTarget:'_self'
    },
    {   sTitle:'Separation and Divorce Financial Planning',
        bIsWebPath:true,
        sUrl:'separationdivorce.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Business Owner Services',
    bIsWebPath:true,
    sUrl:'businessservices.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Insurance Solutions',
        bIsWebPath:true,
        sUrl:'insurancesolutions.html',
        sTarget:'_self'
    },
    {   sTitle:'Group Pensions',
        bIsWebPath:true,
        sUrl:'grouppensions.html',
        sTarget:'_self'
    },
    {   sTitle:'Estate Planning',
        bIsWebPath:true,
        sUrl:'estateplanning.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Charitable Donations',
            bIsWebPath:true,
            sUrl:'charity.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Investing',
        bIsWebPath:true,
        sUrl:'investing.html',
        sTarget:'_self'
    },
    {   sTitle:'Mortgages',
        bIsWebPath:true,
        sUrl:'mortgages.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Refinancing',
            bIsWebPath:true,
            sUrl:'refinancing.html',
            sTarget:'_self'
        },
        {   sTitle:'Mortgage Insurance',
            bIsWebPath:true,
            sUrl:'mortgageinsurance.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Wills',
        bIsWebPath:true,
        sUrl:'wills.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Retirement Planning',
    bIsWebPath:true,
    sUrl:'retirementplanning.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Retirees',
        bIsWebPath:true,
        sUrl:'retirementplanning.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Retiring Soon',
            bIsWebPath:true,
            sUrl:'retiringsoon.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Private Client Services',
    bIsWebPath:true,
    sUrl:'privatre.html',
    sTarget:'_self'
},
{   sTitle:'Estate Planning',
    bIsWebPath:true,
    sUrl:'estateplanning.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Estate Planning Strategies',
        bIsWebPath:true,
        sUrl:'estateplanningstrategies.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Certified Divorce Financial Analysis',
    bIsWebPath:true,
    sUrl:'certifieddivorcefinancialanalysis.html',
    sTarget:'_self'
},
{   sTitle:'Career Changes',
    bIsWebPath:true,
    sUrl:'careerchanges.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Severance Packages',
        bIsWebPath:true,
        sUrl:'severancepackages.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Our Demographics',
    bIsWebPath:true,
    sUrl:'demographics.html',
    sTarget:'_self'
},
{   sTitle:'Speaking Engagements',
    bIsWebPath:true,
    sUrl:'speakingengagements.html',
    sTarget:'_self'
},
{   sTitle:'Newsletters',
    bIsWebPath:true,
    sUrl:'newsletter.html',
    sTarget:'_self'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html',
    sTarget:'_self'
},
{   sTitle:'Follow Us',
    bIsWebPath:true,
    sUrl:'followus.html',
    sTarget:'_self'
}]
});
