var fDesc=new Array(); fDesc[0] = "AeroSusp is for use by designers creating suspension systems from scratch and by race engineers tuning existing systems. It is based on mature code that has been in widespread use in top level race teams in many categories for over 15 years.

AeroSusp has been carefully designed from the start to avoid the pitfalls of over-complicated user interface design that other suspension design products have fallen into.

Typically you can be productive with it within a few minutes of starting."; 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 = ''; } }