var fDesc=new Array(); fDesc[0] = "NAC SPORT BASIC is a program designed to improve your analysis in sports. The basic edition covers the field of video analysis or coaches with essential analysis needs. Performance analysis tools offer sport professionals the chance to evaluate behaviours, both their own or their competitors', by providing them with quality information to make better decisions at a later stage."; 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 = ''; } }