var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Belief',
    bIsWebPath:true,
    sUrl:'ourbelief.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'COSLC Sermons',
        bIsWebPath:true,
        sUrl:'sermons.html',"childArray" : [
        {   sTitle:'COSLC Sermon Archive',
            bIsWebPath:true,
            sUrl:'sermonarchive2010.html'
        }]
    },
    {   sTitle:'COSLC Services',
        bIsWebPath:true,
        sUrl:'services.html'
    },
    {   sTitle:'Web Resources',
        bIsWebPath:true,
        sUrl:'reclinks.html'
    },
    {   sTitle:'Church Fathers',
        bIsWebPath:true,
        sUrl:'churchfathers.html'
    },
    {   sTitle:'Pastor\'s Other Items',
        bIsWebPath:true,
        sUrl:'pastorsother.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Pastor Contact',
        bIsWebPath:true,
        sUrl:'pastor.html'
    },
    {   sTitle:'Buelow Contact',
        bIsWebPath:true,
        sUrl:'buelow.html'
    },
    {   sTitle:'Funk Contact',
        bIsWebPath:true,
        sUrl:'funk.html'
    },
    {   sTitle:'Muskopf Contact',
        bIsWebPath:true,
        sUrl:'muskopf.html'
    },
    {   sTitle:'Shannon Contact',
        bIsWebPath:true,
        sUrl:'shannon.html'
    },
    {   sTitle:'SiteAdmin Contact',
        bIsWebPath:true,
        sUrl:'siteadmincontact.html'
    }]
},
{   sDescription:'Regular events at COSLC',
    sTitle:'Happenings',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
