var fDesc=new Array(); fDesc[0] = "With Dutch Darts Revelation, dart players can keep track of the score and all their statistics such as 3-dart average, highest-checkout, best leg, number of 100s, 140s and 180s as they play on a real board. In addition, they can play tournaments and matches against the computer, you take your turn in the real world and enter how you do on each turn, and the computer opponent takes its turn on the screen."; 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 = ''; } }