var fDesc=new Array(); fDesc[0] = "Manage your little league team like the major leagues with soccer statistics software by TQ Sports Software. StatWiz for Soccer is loaded with features to help you and your coaching assistants manage team information, lineups and statistics. Invaluable coaching tool for soccer teams from minor league to adult soccer or arena soccer.
Printouts provide the documentation to give you the professional edge like the pros."; 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 = ''; } }