var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about/index.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events/index.html'
},
{   'sTitle':'What We Do',
    'bIsWebPath':true,
    'sUrl':'whatwedo/index.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact/index.html'
},
{   'sTitle':'Useful Links',
    'bIsWebPath':true,
    'sUrl':'links/index.html'
}]
});
