var fDesc=new Array(); fDesc[0] = "Card Tricks is an ingenious mahjong interpretation that uses cards instead of tiles to provide the same kind of captivating gameplay in a brand new shape. The principle remains the same: you just need to draw and discard elements of the puzzle until you have the entire set of winning combinations. But this time tiles are replaced with cards making the game a lot more attractive for the fans of card games. Add to this cocktail such ingredients as classy graphics, a good plot, tons of elaborate levels, two game modes and you will get a splendid mahjong style puzzle."; 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 = ''; } }