var fDesc=new Array(); fDesc[0] = "SportTracks is a GPS-integrated workout logging software for Windows PCs.

Main Features :

- Enjoy tracking your fitness goals in an easy-to-use tool
- Target workouts to achieve a PR in your next race
- Monitor weekly time & distance totals to prevent over-training
- Achieve weight loss goals and maintain your ideal weight
- Maximize workout results with powerful data analysis
- Turn your GPS gadget into a high-performance training tool!
- GPS import or manual workout entry
- Show GPS routes with street, topo & satellite maps
- Chart workout trends over time
- Detail pace, elevation, and heart rate graphs
- Dynamic split time, distance and pace analysis
- User-defined workout categories and custom data
- Edit GPS routes or HR info to fix bad data
- Equipment (shoe) mileage and use tracking
- Complete control of your data, stored on your PC"; 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 = ''; } }