var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'VAT',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#VAT'
    },
    {   'sTitle':'Annual Accounts',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Accounts'
    },
    {   'sTitle':'Tax Returns',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Tax'
    },
    {   'sTitle':'Company Formations',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Company'
    },
    {   'sTitle':'Payroll',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Payroll'
    },
    {   'sTitle':'Management Accounting',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Management'
    },
    {   'sTitle':'Asset Protection',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Asset'
    },
    {   'sTitle':'Others',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Others'
    },
    {   'sTitle':'Bookkeeping',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'services.html#Bookkeeping'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'News & Info',
    'bIsWebPath':true,
    'sUrl':'info.html'
},
{   'sTitle':'Currency Converter',
    'bIsWebPath':true,
    'sUrl':'currency.html'
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://nsaccountancy.co.uk/blog',
    'sTarget':'_self'
}]
});
