var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Health Check',
        bIsWebPath:true,
        sUrl:'page14.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'wp about us.html'
},
{   sTitle:'What We Do',
    bIsWebPath:true,
    sUrl:'wp whatwedo.html',"childArray" : [
    {   sTitle:'Commercial Contracts',
        bIsWebPath:true,
        sUrl:'wp commercial contracts.html'
    },
    {   sTitle:'Business and Project Planning',
        bIsWebPath:true,
        sUrl:'wp business and project planning.html'
    },
    {   sTitle:'Tenders and PreQuals',
        bIsWebPath:true,
        sUrl:'wp tenders and prequals.html'
    },
    {   sTitle:'Processes and Procedures',
        bIsWebPath:true,
        sUrl:'wp processes and procedures.html'
    },
    {   sTitle:'HR Services',
        bIsWebPath:true,
        sUrl:'hr services.html'
    }]
},
{   sTitle:'How We Engage',
    bIsWebPath:true,
    sUrl:'wp howweengage.html'
},
{   sTitle:'What We\'ve Done',
    bIsWebPath:true,
    sUrl:'wp whatwevedone.html'
},
{   sTitle:'What People Say',
    bIsWebPath:true,
    sUrl:'wp whatpeoplesay.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'wp contactus.html'
},
{   sTitle:'Terms',
    bIsWebPath:true,
    sUrl:'terms.html'
}]
});
