var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'New to Business',
    'bIsWebPath':true,
    'sUrl':'about me.html'
},
{   'sTitle':'Principle Services',
    'bIsWebPath':true,
    'sUrl':'testimonials.html',"childArray" : [
    {   'sTitle':'Services',
        'bIsWebPath':true,
        'sUrl':'page17.html'
    },
    {   'sTitle':'Additional Services',
        'bIsWebPath':true,
        'sUrl':'page15.html'
    },
    {   'sTitle':'Client Pages',
        'bIsWebPath':true,
        'sUrl':'page14.html'
    }]
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html',"childArray" : [
    {   'sTitle':'National Minimum Wage',
        'bIsWebPath':true,
        'sUrl':'page10.html'
    },
    {   'sTitle':'Filing Penalties',
        'bIsWebPath':true,
        'sUrl':'page11.html'
    },
    {   'sTitle':'Essential Reading',
        'bIsWebPath':true,
        'sUrl':'page12.html'
    },
    {   'sTitle':'Secure Site',
        'bIsWebPath':true,
        'sUrl':'page13.html'
    },
    {   'sTitle':'Balance Sheet Insolvency',
        'bIsWebPath':true,
        'sUrl':'page16.html'
    },
    {   'sTitle':'HMRC Investigations',
        'bIsWebPath':true,
        'sUrl':'page18.html'
    }]
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'HMRC',
    'bIsWebPath':true,
    'sUrl':'page9.html'
}]
});
