var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
},
{   'sTitle':'Our Programme',
    'bIsWebPath':true,
    'sUrl':'programme.html'
},
{   'sTitle':'Darby & Joan Club',
    'bIsWebPath':true,
    'sUrl':'darby.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
