var fDesc=new Array(); fDesc[0] = "Solitaire 220 Plus is a collection of Solitaire games and varieties on it presented in HD quality. You will find Solitaire variants such as Freecell, Fan, Four Seasons, Klondike, Spider, Bakers Dozen, Canfield, Golf, Sir Tommy and many more. There is a helping tutorial for each version of Solitaire you want to play, which can also be looked up during gameplay. The game offers many different deck of cards, card backs and backgrounds."; 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 = ''; } }