var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Church Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Sunday Worship',
        bIsWebPath:true,
        sUrl:'sundayworship.html'
    },
    {   sTitle:'Weekday Prayer',
        bIsWebPath:true,
        sUrl:'weekdayprayer.html'
    }]
},
{   sTitle:'Children',
    bIsWebPath:true,
    sUrl:'children.html',"childArray" : [
    {   sTitle:'Baptism',
        bIsWebPath:true,
        sUrl:'baptism.html'
    },
    {   sTitle:'Junior Church',
        bIsWebPath:true,
        sUrl:'juniorchurch.html'
    },
    {   sTitle:'Noah\'s Ark Baby & Toddler Group',
        bIsWebPath:true,
        sUrl:'noahsark.html'
    },
    {   sTitle:'Tea-time Church',
        bIsWebPath:true,
        sUrl:'tea-timechurch.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Clergy Letter',
        bIsWebPath:true,
        sUrl:'clergyletter.html'
    },
    {   sTitle:'Lent Meetings',
        bIsWebPath:true,
        sUrl:'lentmeetings.html'
    },
    {   sTitle:'Tea-time Church - April 2012',
        bIsWebPath:true,
        sUrl:'tea-timechurchapril.html'
    },
    {   sTitle:'Vacancy',
        bIsWebPath:true,
        sUrl:'vacancy.html'
    }]
},
{   sTitle:'Parish Life',
    bIsWebPath:true,
    sUrl:'parishlife.html',"childArray" : [
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    },
    {   sTitle:'Home Groups',
        bIsWebPath:true,
        sUrl:'homegroups.html'
    },
    {   sTitle:'Monday Afternoon Tea Dance',
        bIsWebPath:true,
        sUrl:'teadance.html'
    },
    {   sTitle:'Newburn Parish Rambling',
        bIsWebPath:true,
        sUrl:'rambling.html'
    },
    {   sTitle:'Parish Magazine',
        bIsWebPath:true,
        sUrl:'magazine.html'
    },
    {   sTitle:'Saturday Coffee Morning',
        bIsWebPath:true,
        sUrl:'coffeemorning.html'
    },
    {   sTitle:'Social Committee',
        bIsWebPath:true,
        sUrl:'socialcommittee.html'
    },
    {   sTitle:'St Michael\'s Bell Ringers',
        bIsWebPath:true,
        sUrl:'bellringing.html'
    },
    {   sTitle:'St Michael\'s Church Choir',
        bIsWebPath:true,
        sUrl:'churchchoir.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Clergy',
        bIsWebPath:true,
        sUrl:'clergy.html'
    },
    {   sTitle:'St Michael\'s Church Map',
        bIsWebPath:true,
        sUrl:'stmichaelsmap.html'
    },
    {   sTitle:'St Mary\'s Church Map',
        bIsWebPath:true,
        sUrl:'stmarysmap.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
