var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'Our Beliefs',
    'bIsWebPath':true,
    'sUrl':'ourbeliefs.html',"childArray" : [
    {   'sTitle':'Salvation',
        'bIsWebPath':true,
        'sUrl':'salvation.html'
    }]
},
{   'sTitle':'Service Times',
    'bIsWebPath':true,
    'sUrl':'servicetimes.html'
},
{   'sTitle':'Outreach Ministry',
    'bIsWebPath':true,
    'sUrl':'outreachministry.html'
},
{   'sTitle':'Online Giving',
    'bIsWebPath':true,
    'sUrl':'onlinegiving.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
