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':'Photos',
    'bIsWebPath':true,
    'sUrl':'photos.html'
},
{   'sTitle':'Beliefs',
    'bIsWebPath':true,
    'sUrl':'teach.html'
},
{   'sTitle':'Sermons',
    'bIsWebPath':true,
    'sUrl':'sermons.html'
},
{   'sTitle':'Video',
    'bIsWebPath':true,
    'sUrl':'video.html'
},
{   'sTitle':'Downloads',
    'bIsWebPath':true,
    'sUrl':'downloads.html',"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':'Classic Bible Commentaries',
        'bIsExternal':true,
        'sUrl':'http://www.ewordtoday.com/comments/'
    },
    {   'sTitle':'Bible Reading Plan',
        'bIsWebPath':true,
        'sUrl':'biblereading.html'
    },
    {   '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':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html',"childArray" : [
    {   'sDescription':'Directions to our church.',
        'sTitle':'Map',
        'bIsWebPath':true,
        'sUrl':'map.html'
    }]
}]
});
