var fDesc=new Array(); fDesc[0] = "It’s a software for Minis and derivates. With it, you can measure your engine power and torque when you want. But not only, you can make a simulation of your Mini performances and see the impact of some modifications, for example changing the flywheel weight, the wheel size, the gearbox ratios and so on."; 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 = ''; } }