var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'An Invitation!',
        bIsWebPath:true,
        sUrl:'invitationr.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html'
    },
    {   sTitle:'Staff',
        bIsWebPath:true,
        sUrl:'staff.html'
    },
    {   sTitle:'Welcoming & Affirming',
        bIsWebPath:true,
        sUrl:'welcome.html'
    },
    {   sTitle:'Governance & By-Laws',
        bIsWebPath:true,
        sUrl:'governancebylaws.html'
    },
    {   sTitle:'Our Guiding Vision & Identity Statement',
        bIsWebPath:true,
        sUrl:'guidingvisionidentitystatement.html'
    },
    {   sTitle:'Church Forms',
        bIsWebPath:true,
        sUrl:'church forms .html'
    }]
},
{   sTitle:'Worship',
    bIsWebPath:true,
    sUrl:'woship.html',"childArray" : [
    {   sTitle:'Music',
        bIsWebPath:true,
        sUrl:'music.html'
    }]
},
{   sTitle:'Education',
    bIsWebPath:true,
    sUrl:'education.html',"childArray" : [
    {   sTitle:'Scholarships',
        bIsWebPath:true,
        sUrl:'scholarships.html'
    },
    {   sTitle:'Current Adult Education Classes',
        bIsWebPath:true,
        sUrl:'page23.html'
    }]
},
{   sTitle:'Ministries',
    bIsWebPath:true,
    sUrl:'ministries.html',"childArray" : [
    {   sTitle:'Mission Ministry',
        bIsWebPath:true,
        sUrl:'mission ministry.html',"childArray" : [
        {   sTitle:'Refugee Outreach',
            bIsWebPath:true,
            sUrl:'refugeeoutreach.html'
        },
        {   sTitle:'Partners in Mission',
            bIsWebPath:true,
            sUrl:'partnersinmission.html'
        }]
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news & events.html',"childArray" : [
    {   sTitle:'Weekly Calendar',
        bIsWebPath:true,
        sUrl:'calendar.html'
    }]
},
{   sTitle:'Youth',
    bIsWebPath:true,
    sUrl:'youth.html'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'directions.html'
}]
});
