var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Masses',
    bIsWebPath:true,
    sUrl:'masses.html'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    sTitle:'groups',
    bIsWebPath:true,
    sUrl:'groups.html',
    sTarget:'_self'
},
{   sTitle:'Faith Formation',
    bIsWebPath:true,
    sUrl:'CCD.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'First Communion',
        bIsWebPath:true,
        sUrl:'firstcommunion.html',
        sTarget:'_self'
    },
    {   sTitle:'Confirmation',
        bIsWebPath:true,
        sUrl:'confirmation.html',
        sTarget:'_self'
    },
    {   sTitle:'Schedule',
        bIsWebPath:true,
        sUrl:'shedule.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Presentations',
        bIsWebPath:true,
        sUrl:'presentations.html',
        sTarget:'_self'
    },
    {   sTitle:'Quinceañeras',
        bIsWebPath:true,
        sUrl:'quinceanos.html',
        sTarget:'_self'
    },
    {   sTitle:'Houses Blessing',
        bIsWebPath:true,
        sUrl:'houseblessing.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Sacraments',
    bIsWebPath:true,
    sUrl:'sacraments.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Baptisms',
        bIsWebPath:true,
        sUrl:'baptisms.html',
        sTarget:'_self'
    },
    {   sTitle:'Reconciliation',
        bIsWebPath:true,
        sUrl:'reconciliation.html',
        sTarget:'_self'
    },
    {   sTitle:'Marriage',
        bIsWebPath:true,
        sUrl:'marriage.html',
        sTarget:'_self'
    },
    {   sTitle:'Anointing Of The Sick',
        bIsWebPath:true,
        sUrl:'uncionsick.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self'
}]
});