var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page3.html',"childArray" : [
    {   'sTitle':'Meet The Staff',
        'bIsWebPath':true,
        'sUrl':'page4.html'
    },
    {   'sTitle':'Our History',
        'bIsWebPath':true,
        'sUrl':'page5.html'
    },
    {   'sTitle':'Our Beliefs',
        'bIsWebPath':true,
        'sUrl':'page6.html'
    }]
},
{   'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'page7.html'
},
{   'sTitle':'Bulletins',
    'bIsWebPath':true,
    'sUrl':'page9.html'
},
{   'sTitle':'Directions',
    'bIsWebPath':true,
    'sUrl':'page10.html'
},
{   'sTitle':'Ministries',
    'bIsWebPath':true,
    'sUrl':'page8.html',"childArray" : [
    {   'sTitle':'Children\'s Ministry',
        'bIsWebPath':true,
        'sUrl':'page13.html',"childArray" : [
        {   'sTitle':'Royal Ambassadors (RAs)',
            'bIsWebPath':true,
            'sUrl':'page27.html'
        },
        {   'sTitle':'Girls In Action (GAs)',
            'bIsWebPath':true,
            'sUrl':'page28.html'
        },
        {   'sTitle':'Upward Soccer 2012 at ENBC',
            'bIsWebPath':true,
            'sUrl':'upward_soccer/upward2012.html'
        },
        {   'sTitle':'Upward Soccer Message',
            'bIsWebPath':true,
            'sUrl':'upward_soccer/page41.html'
        }]
    },
    {   'sTitle':'ENBC Youth',
        'bIsWebPath':true,
        'sUrl':'page14.html'
    },
    {   'sTitle':'Music Ministries',
        'bIsWebPath':true,
        'sUrl':'music_ministries/page21.html'
    },
    {   'sTitle':'Mens Ministry',
        'bIsWebPath':true,
        'sUrl':'mensministry/mensministry.html'
    },
    {   'sTitle':'Womens Ministry',
        'bIsWebPath':true,
        'sUrl':'womensministry/page31.html'
    },
    {   'sTitle':'WMU',
        'bIsWebPath':true,
        'sUrl':'wmu/wmu.html'
    },
    {   'sTitle':'Media Ministry',
        'bIsWebPath':true,
        'sUrl':'media_ministry/page17.html'
    },
    {   'sTitle':'Young at Heart',
        'bIsWebPath':true,
        'sUrl':'young_at_heart/page19.html'
    },
    {   'sTitle':'Sunday School',
        'bIsWebPath':true,
        'sUrl':'sunday_school/page20.html'
    }]
},
{   'sTitle':'Sermons',
    'bIsWebPath':true,
    'sUrl':'sermons/archive2012/05_feb_2012.html',"childArray" : [
    {   'sTitle':'January 29, 2012  Service',
        'bIsWebPath':true,
        'sUrl':'sermons/archive2012/29_jan_2012.html'
    },
    {   'sTitle':'January 22, 2012 Service',
        'bIsWebPath':true,
        'sUrl':'sermons/archive2012/22_jan_2012.html'
    },
    {   'sTitle':'January 15, 2012 Service',
        'bIsWebPath':true,
        'sUrl':'sermons/archive2012/15_jan_2012.html'
    },
    {   'sTitle':'January 8, 2012 Service',
        'bIsWebPath':true,
        'sUrl':'sermons/archive2012/08_jan_2012.html'
    }]
},
{   'sTitle':'Resources',
    'bIsWebPath':true,
    'sUrl':'page11.html'
},
{   'sTitle':'Online Giving',
    'bIsWebPath':true,
    'sUrl':'page12.html'
},
{   'sTitle':'Members',
    'bIsWebPath':true,
    'sUrl':'page32.html'
}]
});
