var fDesc=new Array(); fDesc[0] = "All-in-One Mahjong is a puzzle game where the challenge is to eliminate all tiles from the board by matching similar ones. In Timed Mode, you have a shuffle option and have to clear all pairs as soon as possible. In Score Mode, you're not able to shuffle, but you play until you either win by clearing the tiles or lose by getting stuck. It comes with 42 different layouts and a huge selection of backgrounds."; 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 = ''; } }