var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'CLASSES',
    'bIsWebPath':true,
    'sUrl':'classes.html'
},
{   'sTitle':'TIMETABLE',
    'bIsWebPath':true,
    'sUrl':'timetable.html'
},
{   'sTitle':'CLUBS',
    'bIsWebPath':true,
    'sUrl':'clubs.html',"childArray" : [
    {   'sTitle':'WORSBOROUGH - BARNSLEY',
        'bIsWebPath':true,
        'sUrl':'worsborough club.html'
    },
    {   'sTitle':'BOSTON',
        'bIsWebPath':true,
        'sUrl':'boston club.html'
    },
    {   'sTitle':'THORPE HESLEY - ROTHERHAM',
        'bIsWebPath':true,
        'sUrl':'thorpe hesley club.html'
    },
    {   'sTitle':'THURNSCOE',
        'bIsWebPath':true,
        'sUrl':'bta.html'
    }]
},
{   'sTitle':'CONTACT US',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
},
{   'sTitle':'GALLERY',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
}]
});
