var fDesc=new Array(); fDesc[0] = "Astraware Solitaire for Windows Mobile 1.2 is a suite of well known card games developed by Astraware. This game has been designed for Windows Mobile for Pocket PC devices and works flawlessly on Windows Mobile 6.1.
Astraware Solitaire for Windows Mobile 1.2 is a wonderful compilation of twelve of the best solitaires. The included games are: Klondike, Freecell, Spider, Calculation, Golf, Idiot's Delight, Canfield, Clock, Four Seasons, Yukon, Sultan's Harem and Pyramid.
Astraware Solitaire provides access to the different solitaires through its wonderfully designed main menu. In this menu we can select the games, and before playing it, we can se some data about the game. The available game data in the main menu is: Time to play (short, medium, long), Difficulty (easy, medium, hard), Win chance (low, medium, high,...), Requirements (luck, skill, ...). In addition to this information we can also see the game layout, which is a really useful feature if we don't remember the names of the games.
Astraware Solitaire for Windows Mobile 1.2 is a full featured demo version. Once you have installed it, you can play up to 20 new games before you will be required to register. This allows you enough time to try every game at least once, and really experience one or more games in greater detail before deciding whether to purchase the full package."; 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 = ''; } }