var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Membership',
        'bIsWebPath':true,
        'sUrl':'membership.html'
    },
    {   'sTitle':'Committee',
        'bIsWebPath':true,
        'sUrl':'committee.html'
    }]
},
{   'sTitle':'Programme',
    'bIsWebPath':true,
    'sUrl':'programme.html',"childArray" : [
    {   'sTitle':'Indoor Meetings',
        'bIsWebPath':true,
        'sUrl':'indoor.html'
    },
    {   'sTitle':'Weekend Trips',
        'bIsWebPath':true,
        'sUrl':'weekend.html'
    },
    {   'sTitle':'Mid-week Trips',
        'bIsWebPath':true,
        'sUrl':'midweek.html'
    },
    {   'sTitle':'Hall Location',
        'bIsWebPath':true,
        'sUrl':'hall.html'
    }]
},
{   'sTitle':'Hatton\'s Hey',
    'bIsWebPath':true,
    'sUrl':'hattons.html',"childArray" : [
    {   'sTitle':'Nest Box Records',
        'bIsWebPath':true,
        'sUrl':'records.html'
    },
    {   'sTitle':'Site Images',
        'bIsWebPath':true,
        'sUrl':'hatimages.html'
    },
    {   'sTitle':'Bird Ringing',
        'bIsWebPath':true,
        'sUrl':'ringimages.html'
    }]
},
{   'sTitle':'Latest News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
