var fDesc=new Array(); fDesc[0] = "Performance Profiler provides a solution for all sports data input and interpretation problems. It handles and collates:

Multiple types of data, from fitness to nutrition
Multiple dates, times and frequencies of data recording (daily, weekly and monthly)
Different types of information stored on a professional's computer or even as paper records
Data input by multiple professionals such as fitness trainers, coaches and CEOs

It solves problems caused by:

Limited or no ability to link data sets and actually understand what influences performances
Little or no ability to track or analyse performance variables individually or collectively"; 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 = ''; } }