var fDesc=new Array(); fDesc[0] = "Timex Trainer is a software training system for the management of activity data. It integrates the recording of numerical data as well as text notes, and the graphical display of data for analysis. Timex Trainer allows users to track and analyze all aspects of their training both manually and with the integration of Heart-Rate and GPS measurement data from Timex Advanced Products. The Timex Trainer software supports the Timex Data Recorder. The software provides functionality to allow users to transfer data from the Timex Data Recorder. The Timex Trainer also provides the user with a simple tool for viewing and recording activity data from the recorder or manually."; 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 = ''; } }