var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Central',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Church',
    bIsWebPath:true,
    sUrl:'ourchurch.html',"childArray" : [
    {   sTitle:'What Can I Expect?',
        bIsWebPath:true,
        sUrl:'expect.html'
    },
    {   sTitle:'Quick Tour',
        bIsWebPath:true,
        sUrl:'quicktour.html'
    },
    {   sTitle:'Our Story',
        bIsWebPath:true,
        sUrl:'ourstory.html'
    },
    {   sTitle:'Our Staff',
        bIsWebPath:true,
        sUrl:'ourstaff.html'
    },
    {   sTitle:'Photo Galleries',
        bIsWebPath:true,
        sUrl:'photogalleries.html'
    }]
},
{   sTitle:'Our Worship',
    bIsWebPath:true,
    sUrl:'ourworship.html'
},
{   sTitle:'Our Ministries',
    bIsWebPath:true,
    sUrl:'ourministries.html',"childArray" : [
    {   sTitle:'Growing In Faith',
        bIsWebPath:true,
        sUrl:'growinginfaith.html'
    },
    {   sTitle:'Growing In Friendship',
        bIsWebPath:true,
        sUrl:'friendship.html'
    },
    {   sTitle:'Pastoral Care',
        bIsWebPath:true,
        sUrl:'pastoralcare.html'
    },
    {   sTitle:'Committees',
        bIsWebPath:true,
        sUrl:'committees.html'
    }]
},
{   sTitle:'Our Outreach',
    bIsWebPath:true,
    sUrl:'outreach.html',"childArray" : [
    {   sTitle:'Kids Central',
        bIsWebPath:true,
        sUrl:'kidscentral.html'
    }]
},
{   sTitle:'Our Events',
    bIsWebPath:true,
    sUrl:'ourevents.html',"childArray" : [
    {   sTitle:'Calendar Of Events',
        bIsWebPath:true,
        sUrl:'calendarevents.html'
    },
    {   sTitle:'\"Does God Exist?\" Lecture Series',
        bIsWebPath:true,
        sUrl:'exist.html'
    }]
},
{   sTitle:'Communications',
    bIsWebPath:true,
    sUrl:'communications.html',"childArray" : [
    {   sTitle:'\"Talking Faith\" Sermon Series',
        bIsWebPath:true,
        sUrl:'talkingfaith.html'
    },
    {   sTitle:'\"Church Visitor\" 2012',
        bIsWebPath:true,
        sUrl:'visitor12.html'
    },
    {   sTitle:'\"Church Visitor\" Archives',
        bIsWebPath:true,
        sUrl:'cvarchives.html'
    },
    {   sTitle:'Televised Worship Service',
        bIsWebPath:true,
        sUrl:'pegasys.html'
    },
    {   sTitle:'Links Of Interest',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact.html'
    }]
}]
});
