var fDesc=new Array(); fDesc[0] = "Spawtz Scorer allows you to use standard audiovisual equipment to display scoreboards for indoor cricket, indoor netball, indoor soccer and 5-a-side football.

The use of standard computer and audiovisual equipment also allows for the scoreboard to interact with the Spawtz League and Venue Management system, allowing for automatic updates of scores, results and statistics.

The standard nature of the audiovisual equipment also means that you can display whatever advertising information that you choose to your players between halves or innings. And you can customise the printed scoresheets to include your logo or your sponsor’s logo or whatever you choose."; 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 = ''; } }