var fDesc=new Array(); fDesc[0] = "Swoosh is an application for basketball statistics. It's an easy system for collecting and analyzing statistics during and after the game. No more sorting through stacks of paper or entering data into a spreadsheet after the game. Team and player reports including shot charts are just a click away. It allows coaches at all levels to make game time and practice decisions based on data and not hunches."; 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 = ''; } }