var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Consultancy',
    'bIsWebPath':true,
    'sUrl':'consultancy.html'
},
{   'sTitle':'Financial Support',
    'bIsWebPath':true,
    'sUrl':'ffnsupport.html'
},
{   'sTitle':'Struggling to Manage Your Budget',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'Publication3.pdf',
    'sTarget':'_self'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'page8.html'
}]
});
