var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Bookkeeping',
    'bIsWebPath':true,
    'sUrl':'crunchersskegnessbookkeeping.html',"childArray" : [
    {   'sTitle':'Crunchers Skegness Bookkeeping Software',
        'bIsWebPath':true,
        'sUrl':'crunchersskegnessbookkeepingsoftware.html'
    },
    {   'sTitle':'Crunchers Skegness Bookkeeping Service',
        'bIsWebPath':true,
        'sUrl':'crunchersskegnes bookkeepingservice.html'
    },
    {   'sTitle':'Crunchers Skegness Contact',
        'bIsWebPath':true,
        'sUrl':'crunchersskegnesscontact.html'
    }]
},
{   'sTitle':'Accounting',
    'bIsWebPath':true,
    'sUrl':'Accounting.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Resources',
    'bIsWebPath':true,
    'sUrl':'resources.html'
}]
});
