var fDesc=new Array(); fDesc[0] = "Scorekeeping is easy, with the graphic interface presenting a colorful baseball field right on the computer screen. The move from paper to the computer is straightforward and enjoyable with this Windows based software. While all the hits, balls, strikes and plays are being followed on the screen, player statistics are being automatically computed behind the scenes.

Pre-game setup is a snap and is especially customized for amateur baseball rules, (and Amateur Softball Association rules in the softball edition) yet completely flexible for all baseball/softball play.

Comprehensive, accurate stats automatically calculated.

Instantaneously print out the team's stats for the players, the coach, the league, or the local sports reporter. No more scribbles or cryptic records to decipher. Your notebook computer, or desktop computer at the field, makes scoring fun, fast, and precise!"; 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 = ''; } }