var fDesc=new Array(); fDesc[0] = "OptimumK was developed by engineers after years of clients and customers asking similar car handling questions who had similar challenges of suspension design.

OptimumK is specifically designed with a user-friendly interface that makes the process of computer aided suspension design and analysis faster and more convenient.

Intuitive user-friendly layout that is split into three sections – design, motion and analysis – and enables you to work faster and smarter.

Flexibility by allowing users:

-to choose any input and output coordinate systems,
-select symmetric or asymmetric suspension point input,
-have the option to roll and pitch chasses around a moving, fixed or custom-designed rotation axis, and
-specify simultaneous steering, heave, pitch and roll motions.

Quality 3-D graphic display that allows for easy visualization of the design.

Accuracy with over 400 data channels which can be plotted against each other or tabulated in a report. Users can overlay and compare results from multiple design iterations in graphs and report tables. OptimumK has also been successfully tested against the leading CAD software packages."; 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 = ''; } }