var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sDescription':'Documented research on Equine Assisted Councseling (EAC).',
        'sTitle':'Research on EAC',
        'bIsWebPath':true,
        'sUrl':'eca_research.html'
    }]
},
{   'sTitle':'Programs',
    'bIsWebPath':true,
    'sUrl':'programs.html'
},
{   'sTitle':'News/Events',
    'bIsWebPath':true,
    'sUrl':'news_events_fundraisers.html'
},
{   'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'photo_gallery.html'
},
{   'sDescription':'Meet the Staff and Advisory board for Changing Leads for Kids.',
    'sTitle':'Meet Our Staff',
    'bIsWebPath':true,
    'sUrl':'clfkstaff.html'
},
{   'sTitle':'Contacts/Forms',
    'bIsWebPath':true,
    'sUrl':'contacts_forms.html'
},
{   'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'session_calendar.html'
}]
});
