var fDesc=new Array(); fDesc[0] = "Personal Trainer is designed to become your personal trainer - a graphical software for keeping a detailed log of your workouts and for creating a personalized schedule. It can be used for cycling, running, inline skating, nordic skiing, nordic walking or backcountry skiing. Of course, Personal Trainer also supports a lot of alternative (recreational) sports like scuba diving, climbing, swimming, tennis or snowboarding.
Personal Trainer is based on a four weeks calendar, and shows the planned and performed workouts as blocks using different colors for different intensities as well as symbols for sports."; 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 = ''; } }