var fDesc=new Array(); fDesc[0] = "It is a training tool that works with your compatible Garmin fitness device. With GTC, you can analyze and store workout data from your Garmin device on your computer, as well as plan and save future workouts.

Garmin ANT Agent detects any paired Garmin devices in range and automatically downloads fitness data to your computer and transfers the data to Garmin Training Center®."; 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 = ''; } }