ITAI Conference Review

Harry attended the ITAI Conference in Solihull, UK which included papers on fatal accidents involving turning lorries (trucks) and cyclists and on two multiple fatal events, the coach crash near Sierne Switzerland and the M25 motorway disaster near Tauton in the UK. Whlist overseas Harry recieved intructions from a Singapore client which may lead to further involvement in this region.
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; } // -->