var customNavTree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Who We Are',
    bIsWebPath:true,
    sUrl:'who_we_are.html',"childArray" : [
    {   sTitle:'Annual Report',
        bIsWebPath:true,
        sUrl:'annual_report.html'
    },
    {   sTitle:'Our Story',
        bIsWebPath:true,
        sUrl:'our_story.html'
    },
    {   sTitle:'Our Partners',
        bIsWebPath:true,
        sUrl:'our_partners.html'
    },
    {   sTitle:'Board Of Directors',
        bIsWebPath:true,
        sUrl:'board_of_directors.html'
    },
    {   sTitle:'Staff Team',
        bIsWebPath:true,
        sUrl:'healthbridge_staff_team.html'
    }]
},
{   sTitle:'What We Do',
    bIsWebPath:true,
    sUrl:'what_we_do.html',"childArray" : [
    {   sTitle:'Livable Cities',
        bIsWebPath:true,
        sUrl:'livable_cities.html',"childArray" : [
        {   sTitle:'Livable Cities Projects',
            bIsWebPath:true,
            sUrl:'livable_cities_projects.html'
        }]
    },
    {   sTitle:'Food and Nutrition',
        bIsWebPath:true,
        sUrl:'food_and_nutrition.html',"childArray" : [
        {   sTitle:'Food and Nutrition Projects',
            bIsWebPath:true,
            sUrl:'food_and_nutrition_projects.html'
        }]
    },
    {   sTitle:'Gender, Reproductive Health, HIV & AIDS',
        bIsWebPath:true,
        sUrl:'gender_reproductive_health_hiv_&_aids.html',"childArray" : [
        {   sTitle:'Gender, Reproductive Health, HIV and AIDS Projects',
            bIsWebPath:true,
            sUrl:'gender_reproductive_health_hiv_&_aids_projects.html'
        }]
    },
    {   sTitle:'Malaria',
        bIsWebPath:true,
        sUrl:'malaria.html',"childArray" : [
        {   sTitle:'Malaria Control Projects',
            bIsWebPath:true,
            sUrl:'malaria_control_projects.html'
        }]
    },
    {   sTitle:'Tobacco Control',
        bIsWebPath:true,
        sUrl:'tobacco_control.html',"childArray" : [
        {   sTitle:'Tobacco Control Projects',
            bIsWebPath:true,
            sUrl:'tobacco_control_projects.html'
        }]
    }]
},
{   sTitle:'Where We Work',
    bIsWebPath:true,
    sUrl:'where_we_work.html'
},
{   sTitle:'Mosquito Nets',
    bIsWebPath:true,
    sUrl:'mosquito_nets.html',"childArray" : [
    {   sTitle:'Buy Our Nets',
        bIsWebPath:true,
        sUrl:'buy_our_nets.html'
    },
    {   sTitle:'Buy Nets Locally',
        bIsWebPath:true,
        sUrl:'buy_nets_locally.html'
    }]
},
{   sTitle:'Publications',
    bIsWebPath:true,
    sUrl:'healthbridge_publications.html'
},
{   sTitle:'Reports',
    bIsWebPath:true,
    sUrl:'healthbridge_reports.html'
},
{   sTitle:'Monument to Canadian Aid Workers',
    bIsWebPath:true,
    sUrl:'monument_to_canadian_aid_workers.html',"childArray" : [
    {   sTitle:'The Story',
        bIsWebPath:true,
        sUrl:'the_story.html'
    },
    {   sTitle:'The Art Work',
        bIsWebPath:true,
        sUrl:'the_art_work.html'
    },
    {   sTitle:'Monument Donors',
        bIsWebPath:true,
        sUrl:'monument_donors.html'
    },
    {   sTitle:'Lost Canadian Aid Workers',
        bIsWebPath:true,
        sUrl:'lost_canadian_aid_workers.html'
    }]
},
{   sTitle:'Donate to HealthBridge',
    bIsWebPath:true,
    sUrl:'donate_to_healthbridge.html'
},
{   sTitle:'Employment/Volunteer Opportunities',
    bIsWebPath:true,
    sUrl:'healthbridge_careers.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
