var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'What\'s On',
    'bIsWebPath':true,
    'sUrl':'whats_on.html'
},
{   'sTitle':'Find Us',
    'bIsWebPath':true,
    'sUrl':'find_us.html'
},
{   'sTitle':'Picture Gallery',
    'bIsWebPath':true,
    'sUrl':'picture_gallery.html'
},
{   'sTitle':'Latest News',
    'bIsWebPath':true,
    'sUrl':'latest_news.html'
},
{   'sTitle':'Coaching',
    'bIsWebPath':true,
    'sUrl':'coaching.html'
}]
});
