var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Our Mission',
    bIsWebPath:true,
    sUrl:'about_our_mission.html'
},
{   sTitle:'Our Mission Family',
    bIsWebPath:true,
    sUrl:'our_mission_family.html'
},
{   sTitle:'Short Term Work Teams',
    bIsWebPath:true,
    sUrl:'short_term_work_teams.html'
},
{   sTitle:'How You Can Help',
    bIsWebPath:true,
    sUrl:'how_you_can_help.html'
},
{   sTitle:'Mission Newsletters',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Mexico Messenger Summer 2010',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'mexicomessengersummer2010.pdf',
        sTarget:'_blank'
    }]
},
{   sTitle:'Updates from the Field',
    bIsExternal:true,
    bIsWebPath:true,
    sUrl:'mission_updates.html',
    sTarget:'_blank'
},
{   sTitle:'Articles By Nash',
    bIsWebPath:true,
    sUrl:'articles_by_nash.html'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'pictures.html'
},
{   sTitle:'Spanish Bible Courses',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Cursos Biblicos Gratis',
        bIsExternal:true,
        sUrl:'http://www.curso-biblico.com/',
        sTarget:'_blank'
    },
    {   sTitle:'Idcyanez',
        bIsExternal:true,
        sUrl:'http://www.idcyanez.com/',
        sTarget:'_blank'
    }]
},
{   sTitle:'Subscribe To Newsletter',
    bIsWebPath:true,
    sUrl:'subscribe_to_ newsletter.html'
}]
});