var fDesc=new Array(); fDesc[0] = "Elhatri Tournament is a software application that supports scoreboards for kumite and kata. You only need a laptop with a second screen. The current and next contenders will be shown on the laptopscreen and on the extended scoreboard screen.
Features:
- Up to 999 contenders for each tournament part.
- Category management.
- Contender management.
- Draft schematics printing.
- Automatic schematics/match loading.
- Automatic match development.
- Automatic contender placement.
- Automatic start number printing.
- Automatic matchcard printing.
- Automatic podium list.
- Automatic match statistics.
- Automatic podium display on the end of the match.
- Automatic sound signals for warning and end of match.
- Inporting data from third party software (csv, sql tabels, etc.).
- Match registration,with many options for the match tables."; 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 = ''; } }