var fDesc=new Array(); fDesc[0] = "Precision Competitions - 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.

Main features:

- Single and double elimination draws
- Round-Robin groups and league competitions
- Swiss-system tournaments (including tie-breaking criteria)
- Custom database of participants (players, teams, etc.)
- Easy recording of match results
- Various options to produce different styles of draws
- Smart preview of resulting draw
- Clipboard operations support
- High quality output into PDF and EMF formats."; 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 = ''; } }