var fDesc=new Array(); fDesc[0] = "Ducati Data Analyzer software for PC is an analysis software inspired to those used by technical people of a racing team. The DDA software is an enhanced software from an ergonomics user interface point of view, while it is limited to those functionalities needed for a not technician. It loads different channels and allows the comparison between various laps theough enhanced visual tools such as contextual and global zooming, scrolling, 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 = ''; } }