var fDesc=new Array(); fDesc[0] = "Perf'Control Personal Edition provides individuals with a free, high-quality fitness management solution that can be used by both casual and serious exercisers who want to work with a comprehensive array of features. Manage and schedule your activity, design your workout routines and track your stats.

Main features:

- Full-featured integrated calendar & event scheduler
- Body measurements tracking and training analysis.
- Statistics reporting tools
- Reminder system, favorites
- Workout builder and customizable exercise library
- Workout routine templates
- Automatic unit conversion according to preferences (lb, kg, inch, cm...)
- Password protection
- Drag-and-drop support
- XML support : export your workout routines to XML files for printing, sharing and import XML templates.


System Requirements:

- Personal computer with an Intel Pentium 233-MHz or faster processor.
- Windows 98 SE or later, Windows 2000 Professional with SP3 or later, or Windows XP SP1 or later (SP2 recommended).
- 128 MB of RAM or greater.
- 5 MB of available hard-disk space.
- Super VGA (800 × 600) or higher-resolution monitor.
- Microsoft Internet Explorer 6 or later is required.
- Microsoft base service MS XML 4.0 or later"; 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 = ''; } }