var fDesc=new Array(); fDesc[0] = "Create leagues for virtually any sport with up to 32 names/players in each League. In 3 simple steps you will have your league up and running. You can also manage the league, print the league fixtures, enter scores and print weekly tables of scores. Export to HTML to publish it to the WEB. New features also include creating a tournament of up to 64 teams/players. Reschedule games. New in V1.3 is the ability to create TEAM leagues with up to 32 Teams with up to 16 players in each Team. Various scoring systems available. Updated HTML help & 'bubble Help' to make the League creation process as simple as possible."; 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 = ''; } }