var fDesc=new Array(); fDesc[0] = "Anyone who has ever used MS Windows(TM) has played a game of solitaire (at least once), thus making it one of the most popular games ever played on a PC. For this reason, Tech-Connected of Austin, Texas has created the Solitaire Devil for players of the popular game who want more options; superior scoring features, greater deck variety, the ability to save and load games and just maybe...the ability to cheat! Players lose points for peeking or cheating but can also "Play by the rules" and enjoy a fun game of cards. A 'quick play' mode allows players to 'single click' the right mouse button to play a card instead of the old "click, drag and drop". There's even an option to continue a current game or reset the score back to zero. It's tougher than you think!
Features:
- Player's Ability to Cheat (with scoring penalty)
- Variety of Cheating Modes
- 'Single Click' Play Mode for Advanced Players
- Superior Scoring Features and Scoreboard
- Cheating Creates More Playing Strategies
- Ability to Save & Retrieve Games
- Greater Deck Variety
- Superior Menu Bar & Help Screens
- More Player Options & More Fun to Play!"; 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 = ''; } }