var fDesc=new Array(); fDesc[0] = "StatTrak for Soccer software is a complete stats program with many options yet very easy to use. Track and calculate over 40 stats for Kicks, Goals, Fouls, Blocks, Assists, game scores, won/lost record, team standings and more. StatTrak for Soccer stats software is great for all levels of Soccer including Leagues, High School, and College. Our soccer software tracks Off-Sides, Shots at Goal, Corner Kick %, Penalty Kicks and more. Create and Print Reports By team, multiple-team, all games, individual games, select games, individual player, all players. Add up to 7 different game types (conference, league, tournament, etc) and your stat reports can be computed by game type. With StatTrak for Soccer software, you can track up to 5 of your own custom stat categories and display them on your player statistics reports."; 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 = ''; } }