var fDesc=new Array(); fDesc[0] = "Polar ProTrainer is a dynamic, advanced piece of software that gives you a deeper understanding of your training based on heart rate zones, speed, distance, time and increasing/decreasing heart rate.
The benefits of proper planning before you train are essential, that way you can estimate the intensity of your workout, set your goals, keep to them, and most importantly, see your fitness gradually improve over time. Once you’re happy with your planned sessions, you can transfer them straight to your wrist unit. And if you want to adjust the duration of your session whilst you’re training you can do that manually on the wrist unit too."; 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 = ''; } }