var fDesc=new Array(); fDesc[0] = "Hoop Notes is not an app, it's a complete basketball statistics system. A new, modern, basketball statistics package full of the features you want, at a price any organization can afford. With the Hoop Notes you can keep statistics by entering the numbers from your game book and statistic sheets, or by using the built in real-time statistics collection with shot charts and play by play action. With the smart layout and ease of use, you will be up and running in minutes."; 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 = ''; } }