var fDesc=new Array(); fDesc[0] = "Play solitaire with a small funny turtle and take a rest from routine in the world of bright colors and positive emotions. Let your movements be as slow as the movements of a turtle, but they will be correct and well thought-out. Even those who never played a solitaire game before will be captured by the wave of excellent spirits. This game is the best way to have a good time and excite your imagination!"; 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 = ''; } }