var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Our Village',
    bIsWebPath:true,
    sUrl:'aboutourvillage.html',"childArray" : [
    {   sTitle:'Where we are',
        bIsWebPath:true,
        sUrl:'whereweare.html'
    },
    {   sTitle:'A Brief History',
        bIsWebPath:true,
        sUrl:'briefhistory.html'
    },
    {   sTitle:'Landmarks',
        bIsWebPath:true,
        sUrl:'landmarks.html'
    },
    {   sTitle:'Parish Council',
        bIsWebPath:true,
        sUrl:'parishcouncil.html'
    }]
},
{   sTitle:'Whats on',
    bIsWebPath:true,
    sUrl:'whatson.html'
},
{   sTitle:'Current Affairs',
    bIsWebPath:true,
    sUrl:'currentaffairs.html',"childArray" : [
    {   sTitle:'Latest News',
        bIsWebPath:true,
        sUrl:'latestnews.html'
    },
    {   sTitle:'North Kyme News',
        bIsWebPath:true,
        sUrl:'nknews.html',"childArray" : [
        {   sTitle:'News Archives',
            bIsWebPath:true,
            sUrl:'nknewsarchives.html'
        }]
    },
    {   sTitle:'Letters page',
        bIsWebPath:true,
        sUrl:'letterspage.html'
    },
    {   sTitle:'Parish Council News',
        bIsWebPath:true,
        sUrl:'parishcouncilnews.html'
    },
    {   sTitle:'Village Hall Project',
        bIsWebPath:true,
        sUrl:'vhallproject.html',"childArray" : [
        {   sTitle:'Road to the first brick',
            bIsWebPath:true,
            sUrl:'firstbrick.html'
        }]
    }]
},
{   sTitle:'Facilities and amenities',
    bIsWebPath:true,
    sUrl:'facilities.html',"childArray" : [
    {   sTitle:'Our Bus Stop',
        bIsWebPath:true,
        sUrl:'busstop.html'
    },
    {   sTitle:'The John Goddard  Playing Field',
        bIsWebPath:true,
        sUrl:'playingfield.html'
    },
    {   sTitle:'The Village Hall',
        bIsWebPath:true,
        sUrl:'villagehall.html'
    },
    {   sTitle:'St Luke\'s Church',
        bIsWebPath:true,
        sUrl:'stlukes.html'
    }]
},
{   sTitle:'Clubs and Groups',
    bIsWebPath:true,
    sUrl:'clubsandgroups.html',"childArray" : [
    {   sTitle:'A Stitch in Kyme',
        bIsWebPath:true,
        sUrl:'astitchintime.html'
    },
    {   sTitle:'PINKS Golf Society',
        bIsWebPath:true,
        sUrl:'pinks.html'
    },
    {   sTitle:'North Kyme Nature Reserve',
        bIsWebPath:true,
        sUrl:'naturereserve.html',"childArray" : [
        {   sTitle:'Volunteers',
            bIsWebPath:true,
            sUrl:'volunteers.html'
        },
        {   sTitle:'Make a home for us',
            bIsWebPath:true,
            sUrl:'makeahome.html'
        },
        {   sTitle:'Flowers you can expect',
            bIsWebPath:true,
            sUrl:'flowers.html'
        }]
    },
    {   sTitle:'Neighbourhood watch',
        bIsWebPath:true,
        sUrl:'nhw.html'
    }]
},
{   sTitle:'History and Interests',
    bIsWebPath:true,
    sUrl:'historyandinterests.html'
},
{   sTitle:'Commerce',
    bIsWebPath:true,
    sUrl:'commerce.html'
},
{   sTitle:'Recreation',
    bIsWebPath:true,
    sUrl:'recreation.html',"childArray" : [
    {   sTitle:'North Kyme walks',
        bIsWebPath:true,
        sUrl:'walks.html'
    }]
},
{   sTitle:'Just for Fun',
    bIsWebPath:true,
    sUrl:'justforfun.html',"childArray" : [
    {   sTitle:'Photo Competition',
        bIsWebPath:true,
        sUrl:'photocomp.html'
    },
    {   sTitle:'Pets Picture Page',
        bIsWebPath:true,
        sUrl:'pets.html'
    }]
},
{   sTitle:'Useful Numbers',
    bIsWebPath:true,
    sUrl:'usefulnumbers.html'
},
{   sTitle:'Village Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Email North Kyme',
    bIsWebPath:true,
    sUrl:'emailform.html'
}]
});
