var fDesc=new Array(); fDesc[0] = "Golden Dozen Solitaire is a fantastic compilation of solitaire games that guarantees entertainment for your free hours. This compilation consists of twelve solitaire games, and includes, from the classic Spider and Free Cell games to the challenging Tri Peaks and Forty Thieves. Some games are easier than others, so, depending on your skills and mood you can choose a different game mode. If you are an expert solitaire fan and want more challenge and action, just check the turbo mode box, to add a limit time to your game. In turn, if you prefer playing in a relaxed mode just leave the the box unchecked, and you will be enjoying your favorite solitaire without any time constraint.
Golden Dozen's graphics are good, some cards even include an animated character, and there are different options to choose as the background color or a different deck designs. Besides, there are three music tracks to choose, all very cool and ideal to chill out. Golden Dozen Solitaire has a freeware license, so you can download it whenever you want, without registering or creating an account on the site. It is a highly recommended game for solitaire fans and newcomers."; 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 = ''; } }