var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Homepage',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'The Team',
    'bIsWebPath':true,
    'sUrl':'team.html'
},
{   'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'calendar.html'
},
{   'sTitle':'Bell Ringing',
    'bIsWebPath':true,
    'sUrl':'bell_ringing.html'
},
{   'sTitle':'Book an Event',
    'bIsWebPath':true,
    'sUrl':'business.html'
},
{   'sTitle':'Pics',
    'bIsWebPath':true,
    'sUrl':'photos.html'
},
{   'sTitle':'Clips',
    'bIsWebPath':true,
    'sUrl':'clips.html'
},
{   'sTitle':'Information',
    'bIsWebPath':true,
    'sUrl':'info.html',"childArray" : [
    {   'sTitle':'Map',
        'bIsWebPath':true,
        'sUrl':'practice_venue.html'
    },
    {   'sTitle':'Interesting Links',
        'bIsWebPath':true,
        'sUrl':'links.html'
    }]
}]
});
