var fDesc=new Array(); fDesc[0] = "Turn any computer into a realistic basketball scoreboard without the high cost of a physical scoreboard. Great for use in gyms, schools, churches, and recreation complexes with a projector, monitor, or other large screen display. Easy to use click and type or Tab and type interface allows for easy control of the scoreboard.



Features:


Includes:

Click and type or tab and type interface for easy control
Fully customizable scoreboard colors
High visibility LED digits
Customizable team and scoreboard pictures
Clean and simple design allows for easy reading by spectators
Easily Tab from element to element around the scoreboard for optional mouseless control.
Fits most monitors by adjusting to different display resolutions.

Game clock
Shot clock
Team scores
Team logos
Current period
Bonus indicators
Possession arrows
Team fouls
Team timeouts left
Player fouls
Scoreboard picture (can be used for advertisements)
Scoreboard title"; 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 = ''; } }