var fDesc=new Array(); fDesc[0] = "AiToolkit - Damage provides an affordable solution to calculating vehicle speed change ∆V (Delta V) from crush damage. This program uses the CRASH3 algorithm and uses a friendly familiar windows interface. Diagram representation of the damage profiles and vehicle orientation is provided allowing clear visualisation of the impact configuration.

AiToolkit - Damage uses the industry standard data entry methods and caters fully for damage centre offset and impact angles. Many lesser products use the simplified methods and do not take account of these factors which can have significant effects on the results calculated.

Calculations can be made to include two different vehicles or barrier type impacts. AiToolkit - Damage includes a user editable vehicle database allowing users to create and save their own vehicle classes.

AiToolkit - Damage includes a tool to calculate crush coefficient values (A & B) from barrier crash test data. This data can be instantly accessed from the built in database using NHTSA data. Extensive visual help is provided to assist the user to model the impact orientation.

AiToolkit - Damage allows data entered for all collisions modelled to be saved for later use. Extensive hard copy printed output is provided for all collisions modelled."; 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 = ''; } }