var fDesc=new Array(); fDesc[0] = "This software was designed to manage dances competitions.
The main features are :
- quick definition of the couples and judges
- automatic or manual round arrangement
- very easy and intuitive to use
- handles direct elimination, ranking and second chance
- support for ten-dances style competition
- lots of reports generation
- directly generates a Web site with the results
- printing of pre-filled sheet to help the judges' marking"; 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 = ''; } }