var fDesc=new Array(); fDesc[0] = "RCM Online Easy stores all laptimes of a transponder number, which the driver can print out. After the print the data are released and no longer displayed.
RCM Online Easy opens automatically and is ready to count laps. All laps are stored now as long the Computer is not timely or manually turned off. This enables you to allow the whole day uncontrolled timed practice and the driver has his own performance data."; 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 = ''; } }