var fDesc=new Array(); fDesc[0] = "Perf allows you to manage your sporty performances of staying (walk, jogging, swimming, cycling, etc.) as well as your weight and your measurements. He/it manages the following data: sport, distance, time, hour, consumption, shape, speed and maximal speed. He/it permits to keep a historic of the different types of performances day after day and to exploit the data of the cardio-fr"; 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 = ''; } }