var fDesc=new Array(); fDesc[0] = "TEAM MANAGER for Track & Field (TFTM) makes running a team simple and efficient, so you have time to focus on more important things.
The track software is designed to completely automate the administration and performance tracking for any college, high school, USATF, WMA, or AAU international track team. That means less paperwork, less data entry and better organization of each athlete in the stadium.

Main Features:
- Store top times / marks and maintain team records
- Customize reports on top times / marks
- Automate conversions of manual times / marks
- Graph athlete performances
- Generate team rosters, mailing lists, and labels
- Store and print notes, schedules, newsletters, and more in an online journal
- Collect and store athlete recruiting information
- Export any report in a variety of formats"; 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 = ''; } }