var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Our About Us page gives history, ministry, and times we meet.',
    sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Live Stream',
    bIsExternal:true,
    sUrl:'http://livestream.com/changedbygrace'
},
{   sTitle:'Beliefs',
    bIsWebPath:true,
    sUrl:'teach.html'
},
{   sTitle:'Sermons',
    bIsWebPath:true,
    sUrl:'sermons.html',
    sTarget:'_self'
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'video.html',
    sTarget:'_self'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Answers in Genesis Kids Answers',
        bIsExternal:true,
        sUrl:'http://www.answersingenesis.org/kids'
    },
    {   sTitle:'Answers in Genesis Online Books',
        bIsExternal:true,
        sUrl:'http://www.answersingenesis.org/cec/online_resources.asp'
    },
    {   sTitle:'Answers in Genesis On Demand Video',
        bIsExternal:true,
        sUrl:'http://www.answersingenesis.org/media/video/ondemand'
    },
    {   sTitle:'Breaking News',
        bIsExternal:true,
        sUrl:'http://www.sermonaudio.com/new_cover.asp'
    },
    {   sTitle:'Classic Bible Commentaries',
        bIsExternal:true,
        sUrl:'http://www.ewordtoday.com/comments/'
    },
    {   sTitle:'Net Bible',
        bIsExternal:true,
        sUrl:'http://net.bible.org/home.php'
    },
    {   sTitle:'Reference Works',
        bIsExternal:true,
        sUrl:'http://bible.christianity.com/references/'
    },
    {   sTitle:'Study Tools',
        bIsExternal:true,
        sUrl:'http://biblos.com/'
    },
    {   sTitle:'50 Books for Every Christian',
        bIsExternal:true,
        sUrl:'http://www.tms.edu/LibraryBooklist.aspx'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sDescription:'Directions to our church.',
        sTitle:'Map',
        bIsWebPath:true,
        sUrl:'map.html',
        sTarget:'_self'
    }]
}]
});