ITAI Conference in UK

Harry will be traveling to the ITAI (The Institute of Traffic Accident Investigators) conference in the UK, and will be out of the office from 31st March to 28th April. He's also taking time to visit family and friends. Charlie is remaining in the office and will take over administrative duties for Vehicle Systems Engineering while Harry is away. Contact VSE or AAE here


function checkWholeForm(theForm) { var why = ""; if (theForm.EmailAddress) if (theForm.EmailAddress.value.length > 0) why += checkEmail(theForm.EmailAddress.value); if (theForm.CaptchaV2) why += isEmpty(theForm.CaptchaV2.value, "Enter Word Verification in box below"); if (why != "") { alert(why); return false; } return true; } // -->