var fDesc=new Array(); fDesc[0] = "Infinite Patience is a set of 45 solitaire card games for Windows 95/98/NT/XP, and Windows 3.1.
I also have started work on reimplementing this card game to a MacOS X Universal version.

The games in Infinite Patience are not generic; each game has a custom look, designed specifically to make that particular game fun and easy to play. There is help available for every game, and a special help option that jumps you right to the rules for the game you're currently playing.

Infinite Patience has undo and redo commands, and keeps side-by-side statistics for multiple players so you can compare your stats with your friends and family.

All your favorite card games are implemented.

Infinite Patience Version 2.3 features numbered deals, more games, and all for the same low price. As always, registered users that purchased previous versions can upgrade to the latest version for free."; 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 = ''; } }