var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Caring',
    bIsWebPath:true,
    sUrl:'caring.html',
    sTarget:'_self'
},
{   sTitle:'Child/family ministry',
    bIsWebPath:true,
    sUrl:'child family.html',
    sTarget:'_self'
},
{   sTitle:'Community',
    bIsWebPath:true,
    sUrl:'community.html',
    sTarget:'_self'
},
{   sTitle:'Fellowship',
    bIsWebPath:true,
    sUrl:'fellowship.html',
    sTarget:'_self'
},
{   sTitle:'Learning',
    bIsWebPath:true,
    sUrl:'learning.html',
    sTarget:'_self'
},
{   sTitle:'Prayer',
    bIsWebPath:true,
    sUrl:'prayer.html',
    sTarget:'_self'
},
{   sTitle:'Worship',
    bIsWebPath:true,
    sUrl:'worship.html',
    sTarget:'_self'
},
{   sTitle:'Youth ministry',
    bIsWebPath:true,
    sUrl:'youth.html',
    sTarget:'_self'
}]
});