var nav_32tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Our Ministry',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'The Vision',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'page2.html',
        'sTarget':'_self'
    },
    {   'sTitle':'The Projects',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'page6.html',
        'sTarget':'_self'
    },
    {   'sTitle':'The Fruit',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'page7.html',
        'sTarget':'_self'
    }]
},
{   'sTitle':'Mission Trips',
    'bIsExternal':true,
    'sUrl':'',
    'sTarget':'_self',"childArray" : [
    {   'sTitle':'Come To Kenya',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'page8.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Mission Testimony',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'page3.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Mission First Step',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'page9.html',
        'sTarget':'_self'
    },
    {   'sTitle':'Mission Planning',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'page10.html',
        'sTarget':'_self'
    }]
},
{   'sTitle':'What We Believe',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'How You Can Help',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
