var fDesc=new Array(); fDesc[0] = "Each MahJong game has billions of possible shuffles to play, so the game remains fresh no matter how many times you play. Enjoy the detailed statistics of each game with graphs, 3D charts (pies and bars) and tables to estimate your skill level statistics for All Games, Won games, Not Won games, Over Average, Under Average, Not Played."; 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 = ''; } }