var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'aboutus.html'
},
{   'sTitle':'Ministries',
    'bIsWebPath':true,
    'sUrl':'ministries.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Adopt A Family',
    'bIsWebPath':true,
    'sUrl':'adopt.html',"childArray" : [
    {   'sTitle':'2011 Christmas',
        'bIsWebPath':true,
        'sUrl':'2011christmas.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
}]
});
