var fDesc=new Array(); fDesc[0] = "Ruscell95 is not a screen saver. It's a solitaire game like FreeCel but much much much better. It has the same rules, the larger cards, much more colors, custom backgrounds and unlimited undo. And it's totally free! All you have to do is to move the cards to the top right four cells, from Aces to Kings. Use the top-left free cells to store a card, and rearrange stacks. Click on a card, then click on a cell/stack to move the card."; 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 = ''; } }