var fDesc=new Array(); fDesc[0] = "Solitaire Maniac is a collection of card games developed by J-T-L Development, consisting of 21 most popular solitaires, among them Spider, Klondike, Free Cell, Forty Thieves, Blackjack, Doublets, Montecarlo and many others. We are offered the chance of enlarging the collection up to 450 new games and variations, but this implies paying for a subscription.

The trial version of Solitaire Maniac offers 21 fully functional games, plus some interesting features to fully enjoy them. The interface is well organized and offers easy access to all of the game characteristics, for example, you can restart a game, undo and redo unlimited times, or take a look at the game statistics; a comprehensive review of your games including dates, speed and time it takes to succesfully complete them. Besides, there is an autocomplete option to use when games seem hopelessly over, but not available in all games, and a Boss key to hide the game to the tray. There are about ten different background textures, as well as several card deck designs and cursors. All in all, Solitaire Maniac is a good alternative that fans of card games will surely appreciate."; 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 = ''; } }