var fDesc=new Array(); fDesc[0] = "Ducati Data Analyzer (DDA) is an analysis software inspired to those used by technical people of a racing team. The DDA is composed by a hardware device and a software for PC. The hardware device is connected to the bike and the DDA software downloads the gathered data into the computer. It loads different channels and allows the comparison between various laps through enhanced visual tools such as contextual and global zooming, scrolling, and so on. Also, it allows riders to trace the position of the bike and to analyze geographically all the other parameters."; 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 = ''; } }