var customnavtree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Sunday Worship',
    bIsWebPath:true,
    sUrl:'Services.html',
    sTarget:'_self'
},
{   sTitle:'What\'s On',
    bIsWebPath:true,
    sUrl:'Whatsn.html',
    sTarget:'_self'
},
{   sTitle:'Prayer',
    bIsWebPath:true,
    sUrl:'prayer.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'News.html',
    sTarget:'_self'
},
{   sTitle:'Mossley Hill Team',
    bIsWebPath:true,
    sUrl:'MHT1.html'
},
{   sTitle:'SMT',
    bIsWebPath:true,
    sUrl:'SMT.html',
    sTarget:'_self'
},
{   sTitle:'Churches Together',
    bIsWebPath:true,
    sUrl:'CTMH.html'
},
{   sTitle:'Overseas ',
    bIsWebPath:true,
    sUrl:'O1.html',
    sTarget:'_self'
},
{   sTitle:'History',
    bIsWebPath:true,
    sUrl:'History 1.html',
    sTarget:'_self'
},
{   sTitle:'Organ',
    bIsWebPath:true,
    sUrl:'Organ.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'Contacts.html'
},
{   sTitle:'How to Find us',
    bIsWebPath:true,
    sUrl:'where.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
},
{   sTitle:'Site map',
    bIsWebPath:true,
    sUrl:'sitemap.html',
    sTarget:'_self'
}]
});