var fDesc=new Array(); fDesc[0] = "Tacx Diagnostic Tool is a handy tool to report a problem situation and send it directly to Tacx. This Diagnostic Tool can be used in the following situations:
- The Tacx Trainer software freezes or crashes.
- The Tacx Trainer software doesn't start up.
- Some elements don't work in the software.
- Videos aren't shown in the Tacx Trainer software.
- The calibration or wattage information isn't correct."; 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 = ''; } }