var fDesc=new Array(); fDesc[0] = "Darts 16 is the most complete darts score program. With this app, you can keep the scores of the game you are playing. It features: match graph, summary and statistics last game played, statistics per match, period and all time, checkouts displayed when a finish is available, head-to-head statistics vs each opponent, and more."; 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 = ''; } }