var fDesc=new Array(); fDesc[0] = "Free Solitaire/ Patience game for Windows with games including Klondike, Freecell, Spider, Yukon and over 200 others.
Features.
Free game with no popups and no advertisements.
Real-time card transformations allowing games with rotated cards.
Unlimited Undo/Redo.
Extensive auto-move options.
Over 200 different games including Klondike, Freecell and Yukon.
Multiple cardsets and cardbacks including a high colour cardset.
User defined background pictures, tiles, gradients and colour options.
Easy to use.
Strict rules.
High scores and statistics.
Full help file with rules.
Photo cardset creator included."; 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 = ''; } }