var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.htm'
},
{   'sTitle':'Senior Pastor',
    'bIsWebPath':true,
    'sUrl':'pastor.htm'
},
{   'sTitle':'Ministries',
    'bIsWebPath':true,
    'sUrl':'ministries.htm',"childArray" : [
    {   'bSeparatorBefore':true,
        'sDescription':'CFMBC Youth Awana Ministry',
        'sTitle':'Awana Ministry',
        'bIsWebPath':true,
        'sUrl':'youth_awana_miinstry.htm',"childArray" : [
        {   'sTitle':'Men M\'PACT Ministry',
            'bIsWebPath':true,
            'sUrl':'mpact_ministry.htm'
        }]
    }]
},
{   'sTitle':'History',
    'bIsWebPath':true,
    'sUrl':'history.htm'
},
{   'sTitle':'Announcements',
    'bIsWebPath':true,
    'sUrl':'announcements.htm'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.htm'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.htm'
},
{   'sTitle':'Driving Directions',
    'bIsWebPath':true,
    'sUrl':'driving_directions.htm'
}]
});
