var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'AboutUs.html',"childArray" : [
    {   sTitle:'Training',
        bIsWebPath:true,
        sUrl:'training.html'
    },
    {   sTitle:'Donating',
        bIsWebPath:true,
        sUrl:'donating.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'Food & drink',
        bIsWebPath:true,
        sUrl:'foodanddrink.html'
    },
    {   sTitle:'Publications',
        bIsWebPath:true,
        sUrl:'publications.html'
    },
    {   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'location.html'
    },
    {   sTitle:'History & Features',
        bIsWebPath:true,
        sUrl:'historyandfeatures.html',"childArray" : [
        {   sTitle:'Spurriergate Bells',
            bIsWebPath:true,
            sUrl:'spurriergatebells.html'
        }]
    },
    {   sTitle:'Opening times',
        bIsWebPath:true,
        sUrl:'openingtimes.html'
    },
    {   sTitle:'Vision & Aim',
        bIsWebPath:true,
        sUrl:'visionandaims.html'
    },
    {   sTitle:'Images',
        bIsWebPath:true,
        sUrl:'images.html'
    },
    {   sTitle:'Employment',
        bIsWebPath:true,
        sUrl:'employment.html'
    },
    {   sTitle:'Volunteering',
        bIsWebPath:true,
        sUrl:'Volunteering.html'
    }]
},
{   sTitle:'Newsblog',
    bIsWebPath:true,
    sUrl:'NewsBlog.html'
},
{   sTitle:'Fairtrade',
    bIsWebPath:true,
    sUrl:'Fairtrade.html'
},
{   sTitle:'Recipes',
    bIsWebPath:true,
    sUrl:'recipes.html',"childArray" : [
    {   sTitle:'Soup',
        bIsWebPath:true,
        sUrl:'soup.html',"childArray" : [
        {   sTitle:'Creamy mushroom',
            bIsWebPath:true,
            sUrl:'creamymushroom.html'
        },
        {   sTitle:'Carrot and Orange',
            bIsWebPath:true,
            sUrl:'carrotandorange.html'
        },
        {   sTitle:'Pea, Courgette and mint',
            bIsWebPath:true,
            sUrl:'peacourgetteandmint.html'
        },
        {   sTitle:'Broccolli and Stilton',
            bIsWebPath:true,
            sUrl:'broccolliandstilton.html'
        }]
    },
    {   sTitle:'Main dishes',
        bIsWebPath:true,
        sUrl:'MainDishes.html',"childArray" : [
        {   sTitle:'Cod in lemon',
            bIsWebPath:true,
            sUrl:'CodinLemon.html'
        },
        {   sTitle:'Sausage & Cider Casserole',
            bIsWebPath:true,
            sUrl:'SausageandCiderCasserole.html'
        },
        {   sTitle:'Mushroom Stroganoff',
            bIsWebPath:true,
            sUrl:'MushroomStroganoff.html'
        },
        {   sTitle:'Catalan Chicken',
            bIsWebPath:true,
            sUrl:'CatalanChicken.html'
        }]
    },
    {   sTitle:'Cakes',
        bIsWebPath:true,
        sUrl:'Cakes.html',"childArray" : [
        {   sTitle:'Borrowdale tea bread',
            bIsWebPath:true,
            sUrl:'BorrowdaleTeaBread.html'
        },
        {   sTitle:'Mocha Cheesecake',
            bIsWebPath:true,
            sUrl:'MochaCheesecake.html'
        },
        {   sTitle:'Date & Oat Slice',
            bIsWebPath:true,
            sUrl:'DateandOatSlice.html'
        },
        {   sTitle:'Carrot',
            bIsWebPath:true,
            sUrl:'Carrot.html'
        }]
    },
    {   sTitle:'Salads',
        bIsWebPath:true,
        sUrl:'Salads.html',"childArray" : [
        {   sTitle:'Salad Nicoise',
            bIsWebPath:true,
            sUrl:'SaladNicoise.html'
        },
        {   sTitle:'Fruity Rice Salad',
            bIsWebPath:true,
            sUrl:'FruityRiceSalad.html'
        },
        {   sTitle:'Bean Sprout Salad',
            bIsWebPath:true,
            sUrl:'BeanSproutSalad.html'
        },
        {   sTitle:'Mushroom & Stilton Salad',
            bIsWebPath:true,
            sUrl:'MushroomandStiltonSalad.html'
        }]
    }]
},
{   sTitle:'Groups',
    bIsWebPath:true,
    sUrl:'Groups.html',"childArray" : [
    {   sTitle:'Hire the Centre',
        bIsWebPath:true,
        sUrl:'HiretheCentre.html'
    },
    {   sTitle:'Knitting group',
        bIsWebPath:true,
        sUrl:'KnittingGroup.html'
    }]
},
{   sTitle:'Pastoral',
    bIsWebPath:true,
    sUrl:'Pastoral.html',"childArray" : [
    {   sTitle:'Prayer Request',
        bIsWebPath:true,
        sUrl:'PrayerRequest.html'
    },
    {   sTitle:'Days apart',
        bIsWebPath:true,
        sUrl:'DaysApart.html'
    },
    {   sTitle:'Bible study',
        bIsWebPath:true,
        sUrl:'BibleStudy.html',"childArray" : [
        {   sTitle:'Paul’s letter to the Ephesians',
            bIsWebPath:true,
            sUrl:'Pauls_letter_to_the_Ephesians.html'
        },
        {   sTitle:'Lent Course 2012',
            bIsWebPath:true,
            sUrl:'Lent_Course_2012.html'
        }]
    },
    {   sTitle:'Spiritual Direction',
        bIsWebPath:true,
        sUrl:'spiritualdirection.html'
    },
    {   sTitle:'Spiritual growth ministries',
        bIsWebPath:true,
        sUrl:'spiritualgrowthministries.html'
    }]
},
{   sTitle:'Counselling',
    bIsWebPath:true,
    sUrl:'Counselling.html'
},
{   sTitle:'Trust',
    bIsWebPath:true,
    sUrl:'Trust.html',"childArray" : [
    {   sTitle:'Office Space for rent',
        bIsWebPath:true,
        sUrl:'OfficeSpaceforRent.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'ContactUs.html'
}]
});
