var fDesc=new Array(); fDesc[0] = "The Sigma sport data center is a powerful software program to evaluate statistics and training sessions on a PC, Mac, or tablet. It is compatible with all ROX series bike computers, Topline 2016, Topline 2012 and Topline 2009 bike computers, SIGMA running computers, the RC MOVE, as well as the SIGMA ACTIV and MOVE apps."; 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 = ''; } }