var fDesc=new Array(); fDesc[0] = "Free online klondike solitaire card game. Time your card games, and play to beat your best online solitaire score. Klondike solitaire card game is playable directly out of your browser, without need to download. All the fun and features of solitaire: double click to place cards in the foundation, timed games, solitaire high score, neat artwork and endless card game fun. No onlike klondike solitaire can beat this one. Play cards for free all day."; 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 = ''; } }