var customNavTree9 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self'
},
{   sTitle:'Vision',
    bIsWebPath:true,
    sUrl:'vision.html'
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'ministries.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'servicetoc.html',
    sTarget:'_self'
},
{   sTitle:'Donate',
    bIsWebPath:true,
    sUrl:'donation.html',
    sTarget:'_self'
}]
});
