var fDesc=new Array(); fDesc[0] = "This year, create your sports schedules in minutes instead of days with the easy to use, all-in-one Team Sports Scheduling System™.
Schedule your single-elimination, double-elimination, and consolation tournament bracket schedules as well as your round-robin and practice schedules all from one program. Plus, TSSS schedules officials for your round-robin and tournament games as well! TSSS also works with nearly any sport including baseball, soccer, hockey, volleyball, darts, billiards, curling, basketball, football, fantasy leagues, and frog jumping (to name a few)."; 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 = ''; } }