2014 ALA National Conference Review

Thanks to all the organisers of the 2014 ALA National Conference, and thanks to all those who attended our session, and the never ending questions for us over the weekend.

We are always happy to answer any questions you have regarding accident reconstruction. Get in touch here.

 We have uploaded the videos from our animation and simulation presentation, Click Here,

We have also added quick links to our CDR pdf's


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; } // -->