var fDesc=new Array(); fDesc[0] = "Tournament TV is a PowerPoint like application. Without any work you can display the upcoming matches and the latest results. You can also display your own text, photo's and sponsor logo's. The Tournament TV application installs on a separate PC. You can use a computerscreen, TV or beamer to display the information. The Tournament TV is connected to the Tournament Planner or Team Sport Planner application via a computer network. Using this connection the match information is send to the Tournament TV. All the changes are instant."; 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 = ''; } }