var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Churches',
    bIsWebPath:true,
    sUrl:'Churches1.html',"childArray" : [
    {   sTitle:'Churches by Neighbourhood',
        bIsWebPath:true,
        sUrl:'Churches2.html'
    },
    {   sTitle:'Churches Outside Crawley',
        bIsWebPath:true,
        sUrl:'Churches3.html'
    }]
},
{   sTitle:'Groups',
    bIsWebPath:true,
    sUrl:'Groups.html',"childArray" : [
    {   sTitle:'The Lighthouse Project',
        bIsWebPath:true,
        sUrl:'Lighthouse.html'
    }]
},
{   sTitle:'Noticeboard',
    bIsWebPath:true,
    sUrl:'Notices.html'
},
{   sTitle:'Belief',
    bIsWebPath:true,
    sUrl:'Belief.html'
}]
});
