var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html',"childArray" : [
    {   'sTitle':'Who Are We?',
        'bIsWebPath':true,
        'sUrl':'who.html'
    },
    {   'sTitle':'What We Believe',
        'bIsWebPath':true,
        'sUrl':'sof.html'
    },
    {   'sTitle':'Staff',
        'bIsWebPath':true,
        'sUrl':'staff.html'
    },
    {   'sTitle':'Services',
        'bIsWebPath':true,
        'sUrl':'services.html'
    },
    {   'sTitle':'Map & Directions',
        'bIsWebPath':true,
        'sUrl':'map.html'
    }]
},
{   'sTitle':'Calendar & News',
    'bIsWebPath':true,
    'sUrl':'cal.html'
},
{   'sTitle':'Ministries',
    'bIsWebPath':true,
    'sUrl':'ministry.html',"childArray" : [
    {   'sTitle':'Youth - The Pursuit',
        'bIsWebPath':true,
        'sUrl':'pursuit.html'
    }]
},
{   'sTitle':'Media & Resources',
    'bIsWebPath':true,
    'sUrl':'media.html',"childArray" : [
    {   'sTitle':'Archived Sermons',
        'bIsWebPath':true,
        'sUrl':'archives.html',"childArray" : [
        {   'sTitle':'2012 Archived Sermons',
            'bIsWebPath':true,
            'sUrl':'2012sermons.html'
        },
        {   'sTitle':'2011 Archived Sermons',
            'bIsWebPath':true,
            'sUrl':'2011sermons.html'
        }]
    },
    {   'sTitle':'Videos',
        'bIsWebPath':true,
        'sUrl':'videos.html'
    },
    {   'sTitle':'Sermon Live',
        'bIsWebPath':true,
        'sUrl':'live.html'
    },
    {   'sTitle':'Weekly Announcements',
        'bIsWebPath':true,
        'sUrl':'anouncements.html'
    }]
},
{   'sTitle':'Missions',
    'bIsWebPath':true,
    'sUrl':'missions.html',"childArray" : [
    {   'sTitle':'Belize',
        'bIsWebPath':true,
        'sUrl':'belieze.html'
    },
    {   'sTitle':'Annie Armstrong',
        'bIsWebPath':true,
        'sUrl':'annie.html'
    },
    {   'sTitle':'Vacation Bible School',
        'bIsWebPath':true,
        'sUrl':'vbs.html',"childArray" : [
        {   'sTitle':'VBS',
            'bIsAnchor':true,
            'bIsWebPath':true,
            'sUrl':'vbs.html#VBS'
        }]
    },
    {   'sTitle':'Operation Christmas Child',
        'bIsWebPath':true,
        'sUrl':'occ.html'
    },
    {   'sTitle':'Lottie Moon Christmas',
        'bIsWebPath':true,
        'sUrl':'lottie.html'
    },
    {   'sTitle':'VBS',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'missions.html#VBS'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Giving',
    'bIsWebPath':true,
    'sUrl':'donate.html'
},
{   'sTitle':'Sermon Live',
    'bIsWebPath':true,
    'sUrl':'liveredirect.html'
}]
});
