var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Smart Goals',
        bIsWebPath:true,
        sUrl:'smart goals.html'
    },
    {   sTitle:'Be Effective',
        bIsWebPath:true,
        sUrl:'be effective.html'
    },
    {   sTitle:'Products from Recycled Materials',
        bIsWebPath:true,
        sUrl:'products from recycled materials.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'resources.html',"childArray" : [
    {   sTitle:'Ethics',
        bIsWebPath:true,
        sUrl:'ethics.html'
    },
    {   sTitle:'Funding',
        bIsWebPath:true,
        sUrl:'funding.html'
    },
    {   sTitle:'Health & Safety',
        bIsWebPath:true,
        sUrl:'health_safety.html'
    },
    {   sTitle:'Market Access',
        bIsWebPath:true,
        sUrl:'market_access.html'
    },
    {   sTitle:'Microenterprises',
        bIsWebPath:true,
        sUrl:'microenterprises.html'
    },
    {   sTitle:'Microfranchises',
        bIsWebPath:true,
        sUrl:'microfranchises.html'
    },
    {   sTitle:'Quality',
        bIsWebPath:true,
        sUrl:'quality.html'
    },
    {   sTitle:'Training',
        bIsWebPath:true,
        sUrl:'training.html'
    }]
},
{   sTitle:'Projects',
    bIsWebPath:true,
    sUrl:'projects.html',"childArray" : [
    {   sTitle:'Annual Report',
        bIsWebPath:true,
        sUrl:'annual report.html'
    },
    {   sTitle:'Romania',
        bIsWebPath:true,
        sUrl:'romania.html'
    },
    {   sTitle:'Kenya',
        bIsWebPath:true,
        sUrl:'kenya.html'
    },
    {   sTitle:'Pakistan',
        bIsWebPath:true,
        sUrl:'pakistan.html'
    },
    {   sTitle:'Uganda',
        bIsWebPath:true,
        sUrl:'uganda.html'
    },
    {   sTitle:'Mozambique',
        bIsWebPath:true,
        sUrl:'mozambique.html'
    },
    {   sTitle:'Albania',
        bIsWebPath:true,
        sUrl:'albania.html'
    },
    {   sTitle:'Liberia',
        bIsWebPath:true,
        sUrl:'liberia.html'
    }]
},
{   sTitle:'Help Us',
    bIsWebPath:true,
    sUrl:'help us.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
}]
});
