var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Ministry Team',
        bIsWebPath:true,
        sUrl:'ministry_team_2.html'
    },
    {   sTitle:'All Saints\' Church',
        bIsWebPath:true,
        sUrl:'all_saints.html',"childArray" : [
        {   sTitle:'History',
            bIsWebPath:true,
            sUrl:'all_saints_hist.html'
        }]
    },
    {   sTitle:'St Paul\'s Church',
        bIsWebPath:true,
        sUrl:'st_pauls.html',"childArray" : [
        {   sTitle:'History',
            bIsWebPath:true,
            sUrl:'st_pauls_hist.html'
        }]
    },
    {   sTitle:'St Nicholas\'s Church',
        bIsWebPath:true,
        sUrl:'st_nicholas.html',"childArray" : [
        {   sTitle:'War Memorial Project',
            bIsWebPath:true,
            sUrl:'war_memoriala.html'
        },
        {   sTitle:'History',
            bIsWebPath:true,
            sUrl:'st_nicholas_hist.html'
        }]
    },
    {   sTitle:'St Michael\'s Church',
        bIsWebPath:true,
        sUrl:'st_michaels.html',"childArray" : [
        {   sTitle:'History',
            bIsWebPath:true,
            sUrl:'st_michael_hist.html'
        }]
    },
    {   sTitle:'Activities',
        bIsWebPath:true,
        sUrl:'activities.html'
    }]
},
{   sTitle:'Worship',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Prayer Board',
        bIsWebPath:true,
        sUrl:'prayer.html'
    },
    {   sTitle:'Sunday Services',
        bIsWebPath:true,
        sUrl:'sundays.html'
    },
    {   sTitle:'Ash Wednesday',
        bIsWebPath:true,
        sUrl:'ash_wednesday.html'
    },
    {   sTitle:'Weekday Services',
        bIsWebPath:true,
        sUrl:'weekdays.html'
    }]
},
{   sTitle:'What\'s On',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'News & Notices',
        bIsWebPath:true,
        sUrl:'news_notices.html'
    },
    {   sTitle:'Parish Diary',
        bIsWebPath:true,
        sUrl:'diary.html'
    },
    {   sTitle:'Events',
        bIsExternal:true,
        sUrl:'',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Ecumenical Lenten Services',
            bIsWebPath:true,
            sUrl:'churches_together.html'
        },
        {   sTitle:'A glimpse of Heaven',
            bIsWebPath:true,
            sUrl:'recital.html'
        }]
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact us/Links',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact_us.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
},
{   sTitle:'Site Map',
    bIsWebPath:true,
    sUrl:'site_map.html'
}]
});
