var fDesc=new Array(); fDesc[0] = "There are many places to play solitaire card games for free. You may be thinking of a conventional deck of cards and saying to yourself 'unless you count the cost of the cards playing solitaire has always been free'. 5 solitaire games: Spider, Klondike, Freecell, Yukon and Pyramid. Unlimited undo & redo, auto complete, save/open, statistics. Cards resizes automatically. Several card backs and backgrounds. Windows XP/98/ME/95/2000"; 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 = ''; } }