var fDesc=new Array(); fDesc[0] = "Statware Football lets you quickly and accurately record game statistics with a flexible and intuitive interface. This program allows data entry on a handheld computer or a desktop computer and continues to utilize your handheld computer for gathering game data and your desktop computer for analysis, archiving, and printing of detailed reports. However, the program has the enhanced ability to quickly and efficiently enter your data on the desktop computer, as well.
Statware Football now includes the ability to track leagues and playoffs and with League Manager, you can determine league / playoff standings, individual league / playoff leaders (passing, rushing, receiving, etc.), and many other statistics."; 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 = ''; } }