var nav_311tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'History',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'history.html'
},
{   'sTitle':'Fees',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'fees.html'
},
{   'sTitle':'Events',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'concerts.html',
    'sTarget':'_self'
},
{   'sTitle':'Where we are',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'where.html'
},
{   'sTitle':'Charities',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'charities.html'
},
{   'sTitle':'Membership',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'entry.html'
},
{   'sTitle':'Vacancies',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'vacancies.html'
},
{   'sTitle':'Links',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
