var fDesc=new Array(); fDesc[0] = "Pretty Good Solitaire is the world's most popular collection of solitaire card games with 770 different games, from classic games like Klondike (the classic 7 pile solitaire game), FreeCell, and Spider, to original games found nowhere else.

You can play Pyramid, Gaps (also known as Montana or Addiction), Crescent, Yukon, Triple Peaks, Golf, Double FreeCell, Diplomat, Demons and Thieves, Aces and Kings, and many, many more."; 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 = ''; } }