var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'sUrl':'page20.html'
},
{   'sTitle':'Directions',
    'sUrl':'page2.html'
},
{   'sTitle':'Camping',
    'sUrl':'page4.html',"childArray" : [
    {   'sTitle':'Camping - Tents',
        'sUrl':'page11.html'
    },
    {   'sTitle':'Caravan & Campervans',
        'sUrl':'page17.html'
    },
    {   'sTitle':'Rallies',
        'sUrl':'page18.html'
    }]
},
{   'sTitle':'Fishing',
    'sUrl':'fishing.html',"childArray" : [
    {   'sTitle':'Widgeon Lake',
        'sUrl':'page6.html',"childArray" : [
        {   'sTitle':'Match Report 24th April 2011',
            'sUrl':'page29.html'
        }]
    },
    {   'sTitle':'Willow Lake',
        'sUrl':'page7.html'
    },
    {   'sTitle':'Grebe Lake',
        'sUrl':'grebe.html',"childArray" : [
        {   'sDescription':'A selection of new carp introductions at Dog Lanes\' Grebe Lake',
            'sTitle':'Recent Stockings',
            'sUrl':'page40.html'
        }]
    },
    {   'sTitle':'Silver Leagues',
        'sUrl':'silver leagues.html',"childArray" : [
        {   'sDescription':'Match Reports',
            'sTitle':'Match Report 7th Nov',
            'sUrl':'page70.html'
        },
        {   'sTitle':'Match Report 21st Nov',
            'sUrl':'page15.html'
        },
        {   'sTitle':'Match Report 2nd Jan 2011',
            'sUrl':'page16.html'
        },
        {   'sTitle':'Match Report 16th Jan 2011',
            'sUrl':'page21.html'
        },
        {   'sTitle':'Match Report 30th Jan 2011',
            'sUrl':'page27.html'
        },
        {   'sTitle':'Match Report 6th Feb 2011',
            'sUrl':'page23.html'
        },
        {   'sTitle':'Match Report 13th Feb 2011',
            'sUrl':'page25.html'
        },
        {   'sTitle':'Match Report 27th Feb 2011',
            'sUrl':'page22.html'
        },
        {   'sTitle':'Match Report 13th March 2011',
            'sUrl':'page28.html'
        },
        {   'sTitle':'Match Report 27th March 2011',
            'sUrl':'page31.html'
        },
        {   'sTitle':'Match Report 6th Nov 2011',
            'sUrl':'match report 6th nov.html'
        },
        {   'sTitle':'Match Report 20th Nov 2011',
            'sUrl':'match report 20th nov 2011.html'
        },
        {   'sTitle':'Match Report 11th Dec 2011',
            'sUrl':'match report 11th dec 2011.html'
        },
        {   'sTitle':'Match Report 8th Jan 2012',
            'sUrl':'page39.html'
        },
        {   'sTitle':'Match Report 22nd Jan 2012',
            'sUrl':'page41.html'
        }]
    }]
},
{   'sTitle':'Gallery',
    'sUrl':'page3.html',"childArray" : [
    {   'sTitle':'Carp Gallery',
        'sUrl':'page30.html'
    }]
},
{   'sTitle':'Contact Us',
    'sUrl':'page5.html'
},
{   'bSeparatorBefore':true,
    'sTitle':'Links',
    'sUrl':'page8.html'
}]
});
