var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Bag Of Receipts',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Bookkeeping Services',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Tax Advice & VAT',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Additional Services',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Contact Us-Free Consultation',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
