var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about us.html'
},
{   'sTitle':'Projects',
    'bIsWebPath':true,
    'sUrl':'projects.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_Us.html'
},
{   'sTitle':'We Specialise In',
    'bIsWebPath':true,
    'sUrl':'we specialise in.html',"childArray" : [
    {   'sTitle':'Structural Engineering',
        'bIsWebPath':true,
        'sUrl':'structural_engineering.html'
    },
    {   'sTitle':'Party Wall Matters',
        'bIsWebPath':true,
        'sUrl':'partywallmatters.html'
    },
    {   'sTitle':'Design & Specification',
        'bIsWebPath':true,
        'sUrl':'design_specification.html'
    },
    {   'sTitle':'Refurbishment of Listed Buildings ',
        'bIsWebPath':true,
        'sUrl':'Refurbishment of Listed Buildings .html'
    },
    {   'sTitle':'Commercial/Private Developments ',
        'bIsWebPath':true,
        'sUrl':'commercial/private developments .html'
    },
    {   'sTitle':'Contract Administration',
        'bIsWebPath':true,
        'sUrl':'contract administration.html'
    },
    {   'sTitle':'Building Surveying',
        'bIsWebPath':true,
        'sUrl':'building surveying.html'
    },
    {   'sTitle':'CDM Co-ordination ',
        'bIsWebPath':true,
        'sUrl':'CDM Co-ordination .html'
    },
    {   'sTitle':'Decennial Technical Audits',
        'bIsWebPath':true,
        'sUrl':'Decennial Technical Audits.html'
    },
    {   'sTitle':'Expert Witness (former BAE Member)',
        'bIsWebPath':true,
        'sUrl':'Expert Witness (former BAE Member).html'
    },
    {   'sTitle':'Foundation Design',
        'bIsWebPath':true,
        'sUrl':'foundation_design.html'
    }]
}]
});
