var fDesc=new Array(); fDesc[0] = "With PitchVision Coach Edition software you can plug and play with any PitchVision sensor system anywhere. Set up your own players, run your own sessons, and then walk away with all the data ready for distribution to your squad. All data and video files are automatically uploaded to the PitchVision.com website - and each of your registered players receive a personal and secure log-on for accessing their performance data."; 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 = ''; } }