var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Who we are',
    bIsWebPath:true,
    sUrl:'whoweare.html',"childArray" : [
    {   sTitle:'Our history',
        bIsWebPath:true,
        sUrl:'ourhistory.html'
    },
    {   sTitle:'Our People',
        bIsWebPath:true,
        sUrl:'ourpeople.html'
    },
    {   sTitle:'Our mission',
        bIsWebPath:true,
        sUrl:'ourmission.html'
    },
    {   sTitle:'Church Life',
        bIsWebPath:true,
        sUrl:'churchlife.html'
    }]
},
{   sTitle:'What we are about',
    bIsWebPath:true,
    sUrl:'whatweareabout.html',"childArray" : [
    {   sTitle:'Worship',
        bIsWebPath:true,
        sUrl:'worship.html'
    },
    {   sTitle:'Learning',
        bIsWebPath:true,
        sUrl:'learning.html'
    },
    {   sTitle:'Community',
        bIsWebPath:true,
        sUrl:'community.html'
    },
    {   sTitle:'Service',
        bIsWebPath:true,
        sUrl:'service.html'
    },
    {   sTitle:'Fun',
        bIsWebPath:true,
        sUrl:'fun.html'
    }]
},
{   sTitle:'Where to find us',
    bIsWebPath:true,
    sUrl:'wheretofindus.html',"childArray" : [
    {   sTitle:'Service Locations',
        bIsWebPath:true,
        sUrl:'servicelocations.html'
    },
    {   sTitle:'Contact Information',
        bIsWebPath:true,
        sUrl:'contactinfo.html'
    },
    {   sTitle:'Mailing Lists',
        bIsWebPath:true,
        sUrl:'mailinglists.html'
    },
    {   sTitle:'Financial Support',
        bIsWebPath:true,
        sUrl:'financialsupport.html'
    }]
},
{   sTitle:'Services & Events',
    bIsWebPath:true,
    sUrl:'servicesevents.html'
}]
});
