var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'abou us.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Free no obligation consultation',
        bIsWebPath:true,
        sUrl:'freeconsultation.html',
        sTarget:'_self'
    },
    {   sTitle:'Quote request form',
        bIsWebPath:true,
        sUrl:'quote.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Audit',
        bIsWebPath:true,
        sUrl:'audit.html',
        sTarget:'_self'
    },
    {   sTitle:'Accounts',
        bIsWebPath:true,
        sUrl:'accounts.html',
        sTarget:'_self'
    },
    {   sTitle:'Bookkeeping',
        bIsWebPath:true,
        sUrl:'bookkeeping.html',
        sTarget:'_self'
    },
    {   sTitle:'Taxation',
        bIsWebPath:true,
        sUrl:'taxation.html',
        sTarget:'_self'
    },
    {   sTitle:'Charities',
        bIsWebPath:true,
        sUrl:'charities.html',
        sTarget:'_self'
    },
    {   sTitle:'Solicitors',
        bIsWebPath:true,
        sUrl:'solicitors.html',
        sTarget:'_self'
    },
    {   sTitle:'But to let tax',
        bIsWebPath:true,
        sUrl:'page35.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Business Area',
        bIsWebPath:true,
        sUrl:'business area.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Helpsheet',
            bIsWebPath:true,
            sUrl:'helpsheet.html',
            sTarget:'_self',"childArray" : [
            {   sTitle:'Help1',
                bIsWebPath:true,
                sUrl:'page27.html',
                sTarget:'_self'
            },
            {   sTitle:'Help 2',
                bIsWebPath:true,
                sUrl:'page28.html',
                sTarget:'_self'
            }]
        },
        {   sTitle:'Companies House forms',
            bIsWebPath:true,
            sUrl:'chforms.html',
            sTarget:'_self'
        },
        {   sTitle:'News',
            bIsWebPath:true,
            sUrl:'business links.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Tax Area',
        bIsWebPath:true,
        sUrl:'tax.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Tax rates and Allowances',
            bIsWebPath:true,
            sUrl:'tax rates.html',
            sTarget:'_self'
        },
        {   sTitle:'HMRC Forms',
            bIsWebPath:true,
            sUrl:'hmrc forms.html',
            sTarget:'_self'
        },
        {   sTitle:'Tax news',
            bIsWebPath:true,
            sUrl:'tax links.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self'
},
{   sTitle:'Legal & Disclaimer',
    bIsWebPath:true,
    sUrl:'legal.html',
    sTarget:'_self'
},
{   sTitle:'Privacy',
    bIsWebPath:true,
    sUrl:'privacy.html',
    sTarget:'_self'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html',
    sTarget:'_self'
}]
});
