var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Our Services',
    'bIsWebPath':true,
    'sUrl':'our services.html'
},
{   'sTitle':'Our Fixed Prices',
    'bIsWebPath':true,
    'sUrl':'prices.html'
},
{   'sTitle':'How We Work',
    'bIsWebPath':true,
    'sUrl':'howwework.html'
},
{   'sTitle':'Meet Team JKAB',
    'bIsWebPath':true,
    'sUrl':'meetteamjkab.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'News.html'
},
{   'sTitle':'Our Clients',
    'bIsWebPath':true,
    'sUrl':'clients.html'
},
{   'sTitle':'Our Charities',
    'bIsWebPath':true,
    'sUrl':'charities.html'
},
{   'sTitle':'Useful Resources',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
}]
});
