var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Facilities',
    'bIsWebPath':true,
    'sUrl':'facilities.html'
},
{   'sTitle':'Recent events / trips',
    'bIsWebPath':true,
    'sUrl':'recent events.html'
},
{   'sTitle':'Whats on / latest news',
    'bIsWebPath':true,
    'sUrl':'whats on.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Committee',
    'bIsWebPath':true,
    'sUrl':'commitee.html'
},
{   'sTitle':'FAQ\'s',
    'bIsWebPath':true,
    'sUrl':'faqs.html'
}]
});
