var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sTitle:'What\'s On',
    bIsWebPath:true,
    sUrl:'programme.html'
},
{   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',
    bIsWebPath:true,
    sUrl:'downloads.html'
}]
});
