var fDesc=new Array(); fDesc[0] = "There may be some incompatibility with beta version performance files, but every effort was made to make all previous performance files work with this build. You should move the performance files from the Perfs folder to the new version Perfs folder. The best thing about CompuTrainer is you can do very specific monitored workouts. Velotron is a computer controlled, precision electronic bicycle ergometer/trainer of a proprietary new design. It's mechanical design provides the highest laboratory grade accuracy and repeatability, the widest load range of any commercially available electronic ergometer, high durability/low maintenance, and an authentic road feel that closely simulates riding outdoors."; 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 = ''; } }