var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home:',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Parish Council:',
    bIsWebPath:true,
    sUrl:'parishcouncil.html',"childArray" : [
    {   sTitle:'Your Parish Council',
        bIsWebPath:true,
        sUrl:'councillors.html'
    },
    {   sTitle:'Freedom of Information',
        bIsWebPath:true,
        sUrl:'foi.html',"childArray" : [
        {   sTitle:'Freedom of Information Part 2',
            bIsWebPath:true,
            sUrl:'foi2.html'
        }]
    },
    {   sTitle:'Meetings',
        bIsWebPath:true,
        sUrl:'meetings.html'
    },
    {   sTitle:'Lists and Registers',
        bIsWebPath:true,
        sUrl:'lists.html'
    },
    {   sTitle:'Policies',
        bIsWebPath:true,
        sUrl:'policies.html',"childArray" : [
        {   sTitle:'Equality & Diversity',
            bIsWebPath:true,
            sUrl:'equality.html'
        },
        {   sTitle:'Recruitment & Information Requests',
            bIsWebPath:true,
            sUrl:'recruitment.html'
        },
        {   sTitle:'Complaints',
            bIsWebPath:true,
            sUrl:'complaints.html'
        },
        {   sTitle:'Health & Safety',
            bIsWebPath:true,
            sUrl:'health.html'
        },
        {   sTitle:'File Retention',
            bIsWebPath:true,
            sUrl:'retention.html'
        }]
    },
    {   sTitle:'Neighbourhood Forum',
        bIsWebPath:true,
        sUrl:'nforum.html'
    },
    {   sTitle:'Finance',
        bIsWebPath:true,
        sUrl:'finance.html',"childArray" : [
        {   sTitle:'Budget and Precept',
            bIsWebPath:true,
            sUrl:'budget.html'
        },
        {   sTitle:'Contracts and Grants',
            bIsWebPath:true,
            sUrl:'contractsgrants.html'
        }]
    },
    {   sTitle:'Planning',
        bIsWebPath:true,
        sUrl:'planning.html'
    },
    {   sTitle:'Highways & Utilities',
        bIsWebPath:true,
        sUrl:'highways.html'
    },
    {   sTitle:'Local Government ',
        bIsWebPath:true,
        sUrl:'govlinks.html'
    },
    {   sTitle:'Questions & Answers',
        bIsWebPath:true,
        sUrl:'qanda.html'
    }]
},
{   sTitle:'Village Hall:',
    bIsWebPath:true,
    sUrl:'villagehall.html',"childArray" : [
    {   sTitle:'Hall History',
        bIsWebPath:true,
        sUrl:'history.html'
    },
    {   sTitle:'Hall Fundraising',
        bIsWebPath:true,
        sUrl:'fundraising.html'
    },
    {   sTitle:'Project 2000',
        bIsWebPath:true,
        sUrl:'2000.html'
    },
    {   sTitle:'Hall Facilities',
        bIsWebPath:true,
        sUrl:'facilities.html'
    },
    {   sTitle:'Regular Users',
        bIsWebPath:true,
        sUrl:'users.html'
    },
    {   sTitle:'Hall Bookings',
        bIsWebPath:true,
        sUrl:'bookings.html',"childArray" : [
        {   sTitle:'Hall Booking Form',
            bIsWebPath:true,
            sUrl:'bookingform.html'
        }]
    }]
},
{   sTitle:'The Churches:',
    bIsWebPath:true,
    sUrl:'churches.html',"childArray" : [
    {   sTitle:'The Benefice',
        bIsWebPath:true,
        sUrl:'benefice.html'
    },
    {   sTitle:'The Churches',
        bIsWebPath:true,
        sUrl:'allchurches.html'
    },
    {   sTitle:'Church Services',
        bIsWebPath:true,
        sUrl:'services.html'
    }]
},
{   sTitle:'Local Services:',
    bIsWebPath:true,
    sUrl:'ameneties.html',"childArray" : [
    {   sTitle:'Public Transport',
        bIsWebPath:true,
        sUrl:'publictspt.html'
    },
    {   sTitle:'Community Transport',
        bIsWebPath:true,
        sUrl:'communitytspt.html'
    },
    {   sTitle:'Recycling',
        bIsWebPath:true,
        sUrl:'waste.html'
    },
    {   sTitle:'Local Businesses',
        bIsWebPath:true,
        sUrl:'businesses.html'
    },
    {   sTitle:'Charities & Local Groups',
        bIsWebPath:true,
        sUrl:'charity.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
