var customnavtree17 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'CRUSADE',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'OUTREACH',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self'
},
{   sTitle:'EVENTS',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'PHOTOS',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'REQUESTS',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'SENIORS',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    sTitle:'BROCHURE',
    bIsWebPath:true,
    sUrl:'page18.html',
    sTarget:'_self'
}]
});