var fDesc=new Array(); fDesc[0] = "Siliconcoach Pro is developed show athletes or patients what they did and at the same time involve them in the learning process. Siliconcoach Pro is the latest progression of over 15 years of development and boosts our full range of features for analysing movement and providing detailed feedback to improve movement and function."; 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 = ''; } }