var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'What we do',
    bIsWebPath:true,
    sUrl:'index0.html',"childArray" : [
    {   sTitle:'Capacity Procurement Advice',
        bIsWebPath:true,
        sUrl:'procurement.html'
    },
    {   sTitle:'Capacity Interim Management',
        bIsWebPath:true,
        sUrl:'interinmanagemnt.html'
    },
    {   sTitle:'Capacity Project Management',
        bIsWebPath:true,
        sUrl:'project managemnt.html'
    },
    {   sTitle:'General Consultancy',
        bIsWebPath:true,
        sUrl:'gen consult.html'
    },
    {   sTitle:'Training',
        bIsWebPath:true,
        sUrl:'training.html'
    },
    {   sTitle:'Top Public Jobs',
        bIsWebPath:true,
        sUrl:'tpj.html'
    },
    {   sTitle:'Senior Public Jobs',
        bIsWebPath:true,
        sUrl:'spj.html'
    },
    {   sTitle:'Business Analysis & Business Process Re-engineering (BPR)',
        bIsWebPath:true,
        sUrl:'business analysis.html'
    },
    {   sTitle:'Virtual PA',
        bIsWebPath:true,
        sUrl:'excelpa.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Our Clients',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:'Our Projects',
    bIsWebPath:true,
    sUrl:'projects.html'
},
{   sTitle:'Associates',
    bIsWebPath:true,
    sUrl:'our associates.html'
},
{   sTitle:'Our Policies',
    bIsWebPath:true,
    sUrl:'policies.html',"childArray" : [
    {   sTitle:'Capacity Equal Opportunity Policy',
        bIsWebPath:true,
        sUrl:'equal ops.html'
    },
    {   sTitle:'Capacity Environmental Policy Statement',
        bIsWebPath:true,
        sUrl:'enviropolicy.html'
    },
    {   sTitle:'Capacity Health & Safety Policy',
        bIsWebPath:true,
        sUrl:'h&s.html'
    },
    {   sTitle:'Quality Manual',
        bIsWebPath:true,
        sUrl:'quality manual.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact us.html'
}]
});
