var fDesc=new Array(); fDesc[0] = "Tournament Plus is a true relational database incorporating tournament information, contact and invitation data, registration capabilities, and real time visual Bracket Sheets that you update with a click of the mouse.

This software was developed by people who run wrestling tournaments.

It has been used for years in tournaments as large as 1200 wrestlers in over 100 brackets and 5 separate divisions, wrestling 16 matches at once."; 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 = ''; } }