var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Sacred Heart ',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'About',
        'bIsWebPath':true,
        'sUrl':'aboutsacredheartofjesus.html'
    },
    {   'sTitle':'Contact Us ',
        'bIsWebPath':true,
        'sUrl':'contactusatsacredheart.html'
    },
    {   'sTitle':'F.A.Q.',
        'bIsWebPath':true,
        'sUrl':'frequentlyaskedquestions.html',"childArray" : [
        {   'sTitle':' Communion',
            'bIsWebPath':true,
            'sUrl':'partofacommunion.html'
        }]
    }]
},
{   'sTitle':'Prayer Request',
    'bIsWebPath':true,
    'sUrl':'prayers.html'
},
{   'sTitle':'Ministries',
    'bIsWebPath':true,
    'sUrl':'ministries.html'
}]
});
