var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Special Services',
        bIsWebPath:true,
        sUrl:'special services.html'
    },
    {   sTitle:'Regular Services',
        bIsWebPath:true,
        sUrl:'regular services.html'
    }]
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'about us.html',"childArray" : [
    {   sTitle:'Saltash',
        bIsWebPath:true,
        sUrl:'saltash.html'
    },
    {   sTitle:'St Nicholas & St Faith',
        bIsWebPath:true,
        sUrl:'st nicholas & st faith.html'
    },
    {   sTitle:'St Stephens by Saltash',
        bIsWebPath:true,
        sUrl:'st stephens by saltash.html'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'Mothers\' Union',
        bIsWebPath:true,
        sUrl:'mothersunion.html'
    },
    {   sTitle:'Messy Church',
        bIsWebPath:true,
        sUrl:'messychurch.html'
    },
    {   sTitle:'Social and Fundraising events',
        bIsWebPath:true,
        sUrl:'social and fundraising events.html'
    },
    {   sTitle:'Educational events',
        bIsWebPath:true,
        sUrl:'educational events.html'
    }]
},
{   sTitle:'Team Ministry',
    bIsWebPath:true,
    sUrl:'team ministry.html'
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html'
},
{   sTitle:'Donate',
    bIsWebPath:true,
    sUrl:'donate.html',"childArray" : [
    {   sTitle:'St Stephens Donations',
        bIsWebPath:true,
        sUrl:'ststephensdonations.html'
    },
    {   sTitle:'SS. Nicholas and Faith Donations',
        bIsWebPath:true,
        sUrl:'ss.nicholasandfaithdonations.html'
    }]
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
