var fDesc=new Array(); fDesc[0] = "SRM Software is a sophisticated tools for analyzing training and race results optimally.
The program is an important part of the whole SRM Training System as all other components.
The training data saved in the SRM Powercontrol can be transmitted to a PC directly after the training session. Each training unit is allocated a date and a time so that 20 saved training units can, for example, be defined exactly according to time.
Each training file goes into a databank and training charts for individual riders can be created by using different initials for each rider. In addition, you can add personal comments to each training file."; 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 = ''; } }