var fDesc=new Array(); fDesc[0] = "Solitaire-7 is a collection of popular one and two pack solitaire card games. There are 63 games and you can create your own solitaires using script language. Everything in Solitaire-7 is fully customizable: background, card's suit, distance between two open cards, distance between two close cards, card size, shadow's type, color of card's border, color of suit's border etc. And of course we paid special attention to the appearance of the cards."; 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 = ''; } }