var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'About',
        bIsWebPath:true,
        sUrl:'about.html',"childArray" : [
        {   sTitle:'Our Mission',
            bIsWebPath:true,
            sUrl:'mission.html'
        },
        {   sTitle:'Our Values',
            bIsWebPath:true,
            sUrl:'values.html'
        },
        {   sTitle:'Our Beliefs',
            bIsWebPath:true,
            sUrl:'Beliefs.html'
        },
        {   sTitle:'The Good News',
            bIsWebPath:true,
            sUrl:'news.html'
        },
        {   sTitle:'Our Building',
            bIsWebPath:true,
            sUrl:'building.html'
        },
        {   sTitle:'Our Name',
            bIsWebPath:true,
            sUrl:'name.html'
        }]
    },
    {   sTitle:'Diary',
        bIsWebPath:true,
        sUrl:'diary.html',"childArray" : [
        {   sTitle:'Sunday Morning Meetings',
            bIsWebPath:true,
            sUrl:'sundaymornings.html'
        },
        {   sTitle:'Regular Events',
            bIsWebPath:true,
            sUrl:'regevents15.html'
        },
        {   sTitle:'Occasional Events',
            bIsWebPath:true,
            sUrl:'occevents.html'
        },
        {   sTitle:'One-Off Events',
            bIsWebPath:true,
            sUrl:'oneoffevents.html'
        },
        {   sTitle:'Community Initiatives',
            bIsWebPath:true,
            sUrl:'comminit.html'
        }]
    },
    {   sTitle:'Find Us',
        bIsWebPath:true,
        sUrl:'findus.html'
    },
    {   bSeparatorBefore:true,
        bSeparatorAfter:true,
        sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   bSeparatorBefore:true,
        bSeparatorAfter:true,
        sTitle:'Resources',
        bIsWebPath:true,
        sUrl:'resources.html',"childArray" : [
        {   sTitle:'Riverside News',
            bIsWebPath:true,
            sUrl:'rsnews.html'
        },
        {   sTitle:'Riverside Forum',
            bIsWebPath:true,
            sUrl:'rsforum.html'
        }]
    }]
}]
});
