var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Parish Staff & Ministries',
    bIsWebPath:true,
    sUrl:'parish_staff-ministries.html'
},
{   sTitle:'Religious Education',
    bIsWebPath:true,
    sUrl:'religious_education.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Weekly Bulletin',
    bIsWebPath:true,
    sUrl:'bulletin.html'
}]
});
