var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Central Church of Christ-Topeka',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Events Calendar',
    bIsExternal:true,
    sUrl:'http://www.cofccentral-topeka.org/webcalendar/month.php',
    sTarget:'_blank'
},
{   sTitle:'Off-site Links',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Tallgrass Christian Camp',
        bIsExternal:true,
        sUrl:'http://www.tallgrasschristiancamp.org',
        sTarget:'_blank'
    },
    {   sTitle:'Central Youth Ministries',
        bIsExternal:true,
        sUrl:'http://www.cym-topeka.org',
        sTarget:'_blank'
    },
    {   sTitle:'Tract Rack',
        bIsExternal:true,
        sUrl:'http://churches-of-christ.net/tracts/',
        sTarget:'_blank'
    }]
}]
});