var fDesc=new Array(); fDesc[0] = "Klondike Solitaire also known as Windows Solitaire has gained popularity because of it's inclusion in Microsoft' Windows Operating System. After it's successful introduction in Windows many game companies created their own downloadable versions of Klondike game and many sites offered free online Klondike solitaire games. Klondike is a solitaire game of 52 cards (1 deck). One deck consists of 4 suits (hearts, diamonds, clubs and spades) and each suits with 13 cards each. Klondike Solitaire game differ from other solitaire games mainly due to its stock-waste type game layout. In Klondike Solitaire Tableau contains 7 cells and foundation with 4 piles.

Klondike Collection provides you with 62 Klondike solitaire games, 25 regular Klondike solitaire games and 37 original Klondike solitaire games. All major Klondike solitaire games are included like Blind Alleys, Canister, Carlton, Double Easthaven, Double Klondike Solitaire, Easthaven, Gargantua, Giant, King Albert, Klondike Solitaire Reversed, Milligan Harp, Raglan, Simple Simon, Somerset, Spiderette, Steps, and Westcliff.

Apart from classic solitaire games Klondike Collection also includes 37 new Klondike Solitaire Games invented by the authors of Klondike Collection. These new klondike solitaire games includes Cone Klondike Solitaire, Double Klondike Freecell Solitaire, Double Klondike Spider Solitaire, Fan Klondike Solitaire, Klondike Solitaire AK, Klondike Solitaire Freecell, Klondike Spider Solitaire, Open Klondike Solitaire, Simple Klondike Solitaire, Stripped Klondike Solitaire and Vertical Klondike Solitaire. These spider solitaire games are unique to Klondike Collection."; 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 = ''; } }