var fDesc=new Array(); fDesc[0] = "AiTS AiDamage is used by research institutes and police forces to predict the velocity of vehicles involved in collisions. By measuring the crush profile of each vehicle it is possible to predict the pre-impact velocity, in most cases even where the post impact speeds cannot be established.

Main Features:
- Easy entry wizard ensures you enter all the information
- Energy and momentum collisions can be carried out
- Customisable vehicle database
- Force balancing
- several measurement protocols and output formats
- Annual licence fee covers upgrades and program support ."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }