var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'What to Expect',
        'bIsWebPath':true,
        'sUrl':'expect.html'
    },
    {   'sTitle':'What we believe',
        'bIsWebPath':true,
        'sUrl':'believe.html'
    },
    {   'sTitle':'History',
        'bIsWebPath':true,
        'sUrl':'history.html'
    },
    {   'sTitle':'Staff',
        'bIsWebPath':true,
        'sUrl':'staff.html'
    },
    {   'sTitle':'People Stories',
        'bIsWebPath':true,
        'sUrl':'peoplestories.html'
    }]
},
{   'sTitle':'Connect',
    'bIsWebPath':true,
    'sUrl':'connect.html',"childArray" : [
    {   'sTitle':'LifeLine Wednesday',
        'bIsWebPath':true,
        'sUrl':'lifeline.html'
    },
    {   'sTitle':'MOPS',
        'bIsWebPath':true,
        'sUrl':'mops.html'
    },
    {   'sTitle':'Pioneer Club',
        'bIsWebPath':true,
        'sUrl':'pioneerclub.html'
    }]
},
{   'sTitle':'Learn',
    'bIsWebPath':true,
    'sUrl':'learn.html',"childArray" : [
    {   'sTitle':'Adults',
        'bIsWebPath':true,
        'sUrl':'adults.html'
    },
    {   'sTitle':'Youth',
        'bIsWebPath':true,
        'sUrl':'youth.html'
    },
    {   'sTitle':'Children',
        'bIsWebPath':true,
        'sUrl':'children.html'
    },
    {   'sTitle':'Nursery',
        'bIsWebPath':true,
        'sUrl':'nursery.html'
    },
    {   'sTitle':'Womens Programs',
        'bIsWebPath':true,
        'sUrl':'womensprograms.html'
    },
    {   'sTitle':'Mens Programs',
        'bIsWebPath':true,
        'sUrl':'mensprograms.html'
    }]
},
{   'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'calendar.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html',"childArray" : [
    {   'sTitle':'Covenant Crisis',
        'bIsWebPath':true,
        'sUrl':'covenantcrisis.html'
    }]
},
{   'sTitle':'Serve',
    'bIsWebPath':true,
    'sUrl':'serve.html',"childArray" : [
    {   'sTitle':'Covenant Garden',
        'bIsWebPath':true,
        'sUrl':'covenantgarden.html'
    },
    {   'sTitle':'Music',
        'bIsWebPath':true,
        'sUrl':'music.html'
    }]
},
{   'sTitle':'Resources',
    'bIsWebPath':true,
    'sUrl':'resources.html',"childArray" : [
    {   'sTitle':'Sermon Downloads',
        'bIsWebPath':true,
        'sUrl':'sermons.html',"childArray" : [
        {   'sTitle':'2012 Sermons',
            'bIsWebPath':true,
            'sUrl':'2012sermons.html'
        },
        {   'sTitle':'2011 Sermons',
            'bIsWebPath':true,
            'sUrl':'2011sermonsa.html'
        },
        {   'sTitle':'2010 Sermons',
            'bIsWebPath':true,
            'sUrl':'2010sermons.html'
        },
        {   'sTitle':'2009 Sermons',
            'bIsWebPath':true,
            'sUrl':'2009sermons.html'
        },
        {   'sTitle':'2008 Sermons',
            'bIsWebPath':true,
            'sUrl':'2008sermons.html'
        }]
    },
    {   'sTitle':'Bible Reader\'s Club',
        'bIsWebPath':true,
        'sUrl':'biblereaders.html'
    },
    {   'sTitle':'Chimes Newsletter',
        'bIsWebPath':true,
        'sUrl':'chimes.html'
    },
    {   'sTitle':'Bible Studies',
        'bIsWebPath':true,
        'sUrl':'biblestudies.html',"childArray" : [
        {   'sTitle':'Toward Oneness',
            'bIsWebPath':true,
            'sUrl':'oneness.html'
        }]
    },
    {   'sTitle':'BASIC Gospel Newsletters',
        'bIsWebPath':true,
        'sUrl':'basic.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
