var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Sports',
    'bIsWebPath':true,
    'sUrl':'sports.html'
},
{   'sTitle':'Hire Fees',
    'bIsWebPath':true,
    'sUrl':'hirefees.html'
},
{   'sTitle':'Our Space',
    'bIsWebPath':true,
    'sUrl':'ourspace.html'
},
{   'sTitle':'Community Areas',
    'bIsWebPath':true,
    'sUrl':'communityareas.html'
},
{   'sTitle':'FAQ\'s',
    'bIsWebPath':true,
    'sUrl':'faq.html'
},
{   'sTitle':' Links',
    'bIsWebPath':true,
    'sUrl':'usefullinks.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
