var fDesc=new Array(); fDesc[0] = "SolSuite 2018 is a high-quality collection of 696 solitaire card games. All of the world's best-known solitaire games are here, including Spider solitaire, Klondike, FreeCell, Pyramid, La Belle Lucie, Flower Garden, Rouge et Noir, Golf, Yukon, Monte Carlo, Canfield, Gaps, Forty Thieves, Four Seasons, Napoleon, Diplomat. Developers also invented dozens of solitaires with your fun in mind, such as King of Scotland, Foxtrot, Mayflower and many others"; 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 = ''; } }