var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'},

{   'sTitle':'Sermons',
    'bIsWebPath':true,
    'sUrl':'sermons.html'
    },
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html',"childArray" : [
    {   'sTitle':'About Us',
            'bIsWebPath':true,
            'sUrl':'aboutus.html'
        },
{   'sTitle':'Children\'s Ministry',
            'bIsWebPath':true,
            'sUrl':'page61.html'
        },

{   'sTitle':'Youth Ministry',
            'bIsWebPath':true,
            'sUrl':'youth.html'
        },
{   'sTitle':'Women\'s Ministry',
            'bIsWebPath':true,
            'sUrl':'womensministry.html'
        },
{   'sTitle':'Men\'s Ministry',
            'bIsWebPath':true,
            'sUrl':'mensministry.html'
        },


    {   'sTitle':'Missions',
        'bIsWebPath':true,
        'sUrl':'page515.html'
    },
    {   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'


    },{   'sTitle':'Calendar',
        'bIsWebPath':true,
        'sUrl':'page531.html'
    }]
},
{   'sTitle':'Volunteering',
    'bIsWebPath':true,
    'sUrl':'Openings.html'
},

{   'sTitle':'Weekday School',
    'bIsWebPath':true,
    'sUrl':'weekdayschool.html',"childArray" : [
    ]
}]
});

