var fDesc=new Array(); fDesc[0] = "Soccer Scoreboard Pro is best utilized with a video projector or TV in locations such as gyms, pools, and fields. Use the display and computer you already have as an inexpensive alternative to costly hardware scoreboards.
Easy to use options allow you to customize every color to match your team's colors. Switch between three different types of digits for displaying numbers.
Customizable keys make controlling the scoreboard quick and easy.
You can customize your team's names and pictures, change sound settings or the scoreboard title.

Main features:
-Easily accessible full screen mode.
-Click and type or tab and type interface for easy control
-Fully customizable scoreboard colors
-Customizable team names for easy identification.
-Game clock shows and can be set to tenths of a second
-High visibility LED digits
-Clean and simple design allows for easy reading by spectators
-Fits most monitors by adjusting to different display resolutions.
-Portable USB key allows you to quickly and easily move registration between computers."; 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 = ''; } }