var fDesc=new Array(); fDesc[0] = "Klondike Solitaire is good collection of card games published by Media Contact LLC, that features a variety of addicting solitaire games to play at your free time. This collection consists of twelve different card games, which includes the classic Klondike Solitaire, Raglan, Somerset, King Albert, Harp, Gargantua and more.

Klondike solitaire is probably one of the most popular versions of solitaire games, and apart of being really fun and addictive, it is easy to play. The rule is basically to build up all suits from ace to king, in the separate piles on the left side of the screen. If you select the standard game mode you will be playing relaxedly, and you can take your time to complete the game. On the other hand, if you want more excitement and challendge, just check the turbo box and you will have to complete the game before time runs out.

The other games are very simple too, but they have their own rules though, which you will have to chech out in case you do not know.

With a welcoming and easy to use interface, plus two game modes, this collection is perfect for your free time, it is fun, addictive and it is absolutely 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 = ''; } }