var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Accessibility',
    'bIsWebPath':true,
    'sUrl':'Accessibility.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'ContactUs.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'Services.html'
},
{   'sTitle':'Clubs/Groups',
    'bIsWebPath':true,
    'sUrl':'ClubsGroups.html'
},
{   'sTitle':'Shop',
    'bIsWebPath':true,
    'sUrl':'Shop.html'
},
{   'sTitle':'Help Us',
    'bIsWebPath':true,
    'sUrl':'HelpUs.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'Links.html'
},
{   'sTitle':'Photos',
    'bIsWebPath':true,
    'sUrl':'Photos.html'
}]
});
