var fDesc=new Array(); fDesc[0] = "miniSolitaire fits nicely anywhere on your desktop and doesn't get in your way. You choose the size. Play it small, full screen or any size in-between, the cards automatically scale to fit the screen. Card styles have been designed to be easy to read when playing in mini-mode. Single click to move cards or enjoy relaxing game play using the keyboard arrow keys or the mouse scroll wheel.
Watch the cards fly to best location as you tap the cards you want to move. It's as if mini Solitaire knows just what you are thinking.
Not sure what move to make - sparkle hints are available to help you out. Follow the sparkle trail to find out the next best move. Unlimited undo and redo make it possible to go back and modify your strategy if you missed a good move earlier."; 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 = ''; } }