var fDesc=new Array(); fDesc[0] = "Use the computer and display you already have with our shot clock scoreboard software to transform your pc into a virtual shot clock scoreboard. Our scoreboard download is great for tracking shot or play times in basketball or football games in gyms, arenas, fields, or multipurpose facilities. Shot Clock Standard features a simple to use mouse and keyboard interface, allowing for easy control of all functions of the computer scoreboard."; 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 = ''; } }