var fDesc=new Array(); fDesc[0] = "Looking for a new twist on regular solitaire? This card-matching game is definitely for you then. Solitaire Twist Collection combines the classic strategy of solitaire with wild layouts, fun power-ups and stunning visuals! Match pairs to clear the board and reveal hidden cards one-by-one. Three special power-ups of this card-matching game can help you out of sticky situations, but you’ll still need clever strategy if you want to finish fast. Play in levels mode to rack up points and top the leaderboard, or choose your game for a more relaxed approach. With over 500 maps, 5 types of cards, 5 backgrounds and 3 game modes, Solitaire Twist will throw you for a loop! Download card-matching game totally for free right now!"; 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 = ''; } }