Welcome 2014

In 2013 we saw the development of new technologies in the field of accident reconstruction. We  hope for 2014 we have the same growth, with more additions to our CDR vehicle lists that we can access crash data, and continual developments of our computer reconstruction programs to keep us at the cutting edge of reconstruction technologies. Happy 2014 everyone!
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; } // -->