var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html',
    sTarget:'_self'
},
{   sTitle:'What\'s On',
    bIsWebPath:true,
    sUrl:'programme.html',
    sTarget:'_self'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Messy Church',
    bIsWebPath:true,
    sUrl:'messy.html'
},
{   sTitle:'Teaching Programme',
    bIsWebPath:true,
    sUrl:'teaching.html'
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'ministries.html'
},
{   sTitle:'Housegroups',
    bIsWebPath:true,
    sUrl:'housegroups.html'
},
{   sTitle:'Missionary Partners',
    bIsWebPath:true,
    sUrl:'missionaries.html'
},
{   sTitle:'Internet Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Community Groups',
    bIsWebPath:true,
    sUrl:'community.html'
},
{   sTitle:'Just Men',
    bIsWebPath:true,
    sUrl:'men.html'
},
{   sTitle:'Downloads page',
    bIsWebPath:true,
    sUrl:'downloads.html',
    sTarget:'_self'
},
{   sTitle:'Email Duke Street',
    sUrl:'mailto:office@dukest.com',
    sTarget:'_self'
}]
});
