var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Location',
        bIsWebPath:true,
        sUrl:'location.html'
    },
    {   sTitle:'Newsletter',
        bIsWebPath:true,
        sUrl:'newsletter.html'
    }]
},
{   sTitle:'Worship',
    bIsWebPath:true,
    sUrl:'worship.html',"childArray" : [
    {   sTitle:'Regular Services',
        bIsWebPath:true,
        sUrl:'regularservices.html'
    },
    {   sTitle:'Sunday School',
        bIsWebPath:true,
        sUrl:'sundayschool.html'
    },
    {   sTitle:'Forward in Prayer',
        bIsWebPath:true,
        sUrl:'forwardprayer.html'
    },
    {   sTitle:'oneword',
        bIsWebPath:true,
        sUrl:'oneword.html'
    }]
},
{   sTitle:'Fellowship',
    bIsWebPath:true,
    sUrl:'fellowship.html',"childArray" : [
    {   sTitle:'House Fellowships',
        bIsWebPath:true,
        sUrl:'housefellowship.html'
    },
    {   sTitle:'Ladies\' Circle',
        bIsWebPath:true,
        sUrl:'ladiescircle.html'
    },
    {   sTitle:'Men\'s Fellowship',
        bIsWebPath:true,
        sUrl:'mensfellowship.html'
    },
    {   sTitle:'Men\'s Weekend',
        bIsWebPath:true,
        sUrl:'mensweekend.html',"childArray" : [
        {   sTitle:'April 2010',
            bIsWebPath:true,
            sUrl:'mw2010.html'
        },
        {   sTitle:'November 2005',
            bIsWebPath:true,
            sUrl:'mw2005.html'
        },
        {   sTitle:'November 2004',
            bIsWebPath:true,
            sUrl:'mw2004.html'
        }]
    },
    {   sTitle:'Family Weekend',
        bIsWebPath:true,
        sUrl:'familyweekend.html'
    },
    {   sTitle:'Tuesday Fellowship',
        bIsWebPath:true,
        sUrl:'tuesdayfellowship.html'
    },
    {   sTitle:'The Choir',
        bIsWebPath:true,
        sUrl:'choir.html'
    },
    {   sTitle:'The Music Group',
        bIsWebPath:true,
        sUrl:'musicgroup.html'
    }]
},
{   sTitle:'Outreach',
    bIsWebPath:true,
    sUrl:'outreach.html',"childArray" : [
    {   sTitle:'Friday Coffee',
        bIsWebPath:true,
        sUrl:'fridaycoffee.html'
    },
    {   sTitle:'Christian Coffee',
        bIsWebPath:true,
        sUrl:'christiancoffee.html'
    },
    {   sTitle:'Circuit Youth',
        bIsWebPath:true,
        sUrl:'circuityouth.html'
    },
    {   sTitle:'Aerobics',
        bIsWebPath:true,
        sUrl:'aerobics.html'
    },
    {   sTitle:'Alpha Course',
        bIsWebPath:true,
        sUrl:'alpha.html'
    },
    {   sTitle:'Batley Drop-In',
        bIsWebPath:true,
        sUrl:'dropin.html'
    },
    {   sTitle:'Depression Group',
        bIsWebPath:true,
        sUrl:'selfhelp.html'
    }]
},
{   sTitle:'The People',
    bIsWebPath:true,
    sUrl:'people.html'
},
{   sTitle:'The Building',
    bIsWebPath:true,
    sUrl:'building.html'
},
{   sTitle:'What\'s On',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
