var fDesc=new Array(); fDesc[0] = "Solitaire Games of Skill Sampler is a collection of solitaire games for each of the following four types of games: FreeCell, Solitaire, Spider, and Pyramid. It allows you to play games such as Solitaire Draw One, Solitaire Draw Three, Spider One Suit, Spider Two Suits, and Spider Four Suits."; 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 = ''; } }