var fDesc=new Array(); fDesc[0] = "The My E-Training software creates stimulating indoor sessions via smartphones or tablets (both iOS and Android-based), as well as Mac and PC Windows that wirelessly connect to the hometrainer via ANT+™ or Bluetooth Smart protocols*. The My E-Training manages and displays power, cadence, heart rate, speed, time and distance data. At the moment desktop version is only available with ANT+ FE-C trainers**. Windows version is at the moment compatible only with ANT+*** (Bluetooth compatibility will be released soon)."; 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 = ''; } }