var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Overview',
    bIsWebPath:true,
    sUrl:'overview.html'
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html',"childArray" : [
    {   sTitle:'Floors and Latrines',
        bIsWebPath:true,
        sUrl:'photosfloors.html'
    },
    {   sTitle:'Building Churches',
        bIsWebPath:true,
        sUrl:'photoschurches.html'
    },
    {   sTitle:'Distributing Clothing',
        bIsWebPath:true,
        sUrl:'photosclothing.html'
    },
    {   sTitle:'Dental Brigades',
        bIsWebPath:true,
        sUrl:'photosdental.html'
    },
    {   sTitle:'Vision and Glasses',
        bIsWebPath:true,
        sUrl:'photosvision.html'
    },
    {   sTitle:'General Medical',
        bIsWebPath:true,
        sUrl:'photosmedical.html'
    },
    {   sTitle:'Campaigns',
        bIsWebPath:true,
        sUrl:'photoscampaigns.html'
    },
    {   sTitle:'Countryside',
        bIsWebPath:true,
        sUrl:'photoscountry.html'
    },
    {   sTitle:'Village Life',
        bIsWebPath:true,
        sUrl:'photosvillagelife.html'
    },
    {   sTitle:'People',
        bIsWebPath:true,
        sUrl:'photospeople.html'
    },
    {   sTitle:'Students',
        bIsWebPath:true,
        sUrl:'photosstudents.html'
    },
    {   sTitle:'Our Staff',
        bIsWebPath:true,
        sUrl:'photosstaff.html'
    },
    {   sTitle:'Our Facilities',
        bIsWebPath:true,
        sUrl:'photosfacilities.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Other Info',
    bIsWebPath:true,
    sUrl:'otherinfo.html',"childArray" : [
    {   sTitle:'Facilities & Capabilities',
        bIsWebPath:true,
        sUrl:'facilities.html'
    },
    {   sTitle:'What To Bring',
        bIsWebPath:true,
        sUrl:'whattobring.html'
    },
    {   sTitle:'Immunizations',
        bIsWebPath:true,
        sUrl:'immunizations.html'
    },
    {   sTitle:'Calendar',
        bIsWebPath:true,
        sUrl:'calendar.html'
    }]
}]
});
