var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'  Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':' About ',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Websites',
    'bIsWebPath':true,
    'sUrl':'websites.html'
},
{   'sTitle':'Business web Design',
    'bIsWebPath':true,
    'sUrl':'business web design.html'
},
{   'sTitle':'Local Traders Associations',
    'bIsWebPath':true,
    'sUrl':'local traders associations.html'
},
{   'sTitle':'Charities page',
    'bIsWebPath':true,
    'sUrl':'charities page.html'
},
{   'sTitle':'contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'FAQs',
    'bIsWebPath':true,
    'sUrl':'faqs.html'
}]
});
