var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Connect',
    'bIsWebPath':true,
    'sUrl':'connect.html',"childArray" : [
    {   'sTitle':'Worship',
        'bIsWebPath':true,
        'sUrl':'worship.html'
    },
    {   'sTitle':'Sermons',
        'bIsWebPath':true,
        'sUrl':'sermons.html'
    },
    {   'sTitle':'Directions',
        'bIsWebPath':true,
        'sUrl':'directions.html'
    },
    {   'sTitle':'Contact',
        'bIsWebPath':true,
        'sUrl':'contact.html'
    }]
},
{   'sTitle':'Build',
    'bIsWebPath':true,
    'sUrl':'build.html'
},
{   'sTitle':'Serve',
    'bIsWebPath':true,
    'sUrl':'serve.html',"childArray" : [
    {   'sTitle':'Community Partnerships',
        'bIsWebPath':true,
        'sUrl':'community.html'
    },
    {   'sTitle':'Jobs 4 Life',
        'bIsWebPath':true,
        'sUrl':'jobs.html'
    },
    {   'sTitle':'Children\'s Ministries',
        'bIsWebPath':true,
        'sUrl':'page11.html'
    },
    {   'sTitle':'Ministry Teams',
        'bIsWebPath':true,
        'sUrl':'ministry.html'
    }]
},
{   'sTitle':'Send',
    'bIsWebPath':true,
    'sUrl':'send.html'
}]
});
