var fDesc=new Array(); fDesc[0] = "Use your laptop or desktop PC at courtside to capture stats and shot locations during your games as each action happens. You can point and click, drag and drop, use the keyboard, use a touch-screen. Or speak! doHOOPS lets you use voice recognition, your mouse, and your keyboard interchangeably to record actions.

Get up-to-the-second stats for use at half-time. Correct stats easily. And after the game, get your stats where you need them to go with doHOOPS's help -- doHOOPS is now an Official MaxPreps Stat Partner, and will create stats import files for your games with just a couple of button clicks, to help you get your game stats onto MaxPreps quickly, easily, and accurately."; 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 = ''; } }