var fDesc=new Array(); fDesc[0] = "Draw Designer is an easy to use generator of draws and fixtures for your tournaments, leagues or other competitions. It allows you to create blank draws as well as draws with recorded results. It provides high quality output in Adobe PDF or Windows Metafile (EMF) vector format, that can be used for printing or other post processing in any graphical software.
Features:
- Single and double elimination draws.
- Round-Robin groups and league competitions.
- Swiss-system tournaments (including tie-breaking criteria).
- AFL Finals system draws.
- Alternating doubles draws.
- Customizable draws (by using scripting language).
- Custom database of participants (players, teams, etc.)."; 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 = ''; } }