var fDesc=new Array(); fDesc[0] = "Mike's Cards contains well over 100 solitaire games, plus contemporary, casino, and kid's card games. It has beautiful large graphics, special effects, options galore, and more.

Mike's Cards Features:

- Over 150 card games (Solitaire, Contemporary, Casino, and Kid's)
- large graphics and full screen mode
- Slick interface to create and save your own solitaire games
- Save and load game state in mid-gameplay
- Full, elegant, in-game rules for each game
- Statistics for each game
- Customizable graphics and sounds - just drag and drop graphic and sound files into folders
- Preferences, such as easy mode, auto-play, and show all moves
- Unlimited undo/redo, and undo/redo slider bar control
- Dashboard controls to access features
- Multiple user profiles
- Unique game numbers to call up a specific deal of the cards on demand
- Find window searches for any games you're looking for
- Right-click cards to fan them out or look underneath


""; 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 = ''; } }