var fDesc=new Array(); fDesc[0] = "Dartfish Software is the most advanced video technology on the market. This software contains five different software packages: Connect, Live, Connect Plus, Pro Suite and Team Pro.
It offers you a basic analysis with drawing tools that include draw, straight lines, angle and distance measurement. It has the snapshot function to allow images to be captured from video."; 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 = ''; } }