var customNavTree15 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'New Here?',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'about us.html'
    },
    {   sTitle:'Ministry Teams',
        bIsWebPath:true,
        sUrl:'ministry teams.html'
    }]
},
{   bSeparatorAfter:true,
    sTitle:'Connect',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Media',
        bIsWebPath:true,
        sUrl:'media.html'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact us.html'
    }]
},
{   sTitle:'Give',
    bIsWebPath:true,
    sUrl:'give.html'
}]
});
