var fDesc=new Array(); fDesc[0] = "Solitaire City is a collection of solitaire card games of the highest quality, played against the clock for points. The faster you complete a solitaire game, the higher your score. Solitaire City automatically downloads the best scores of solitaire players from all around the world for real-time online tournaments. Try to beat the best solitaire players in the world or just compete against yourself or friends, trying to shave a few seconds off your best time. Solitaire City is incredibly addictive!"; 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 = ''; } }