var fDesc=new Array(); fDesc[0] = "Garmin Training Center allows you to view and exchange fitness information between your compatible Garmin device and your computer.

You can:
-Create individual user profiles, including weight, heart rate, and speed zone information for multiple sports (running, biking, other).
-Review your activity history, including your time, distance, average speed, the path you took, your altitude, average pedal cadence, and heart rate.
-Create and schedule advanced workouts and transfer them to your Garmin device.
-Create and edit courses based on existing activities, and then send them to your Garmin device."; 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 = ''; } }