var fDesc=new Array(); fDesc[0] = "New life of the old solitaire. You are likely to enjoy a choice of decoration options. Thus, the solitaire has retained the virtue of a classic game and at the same time it has gained new features enhancing its playing qualities. A built-in table of scores allows you to play in a team competing with your friends. Interesting background sounds will enhance satisfaction from the game and help you to relax better. Your satisfaction is also improved by simple playing rules good for intuitive understanding. Due to these new features the game guarantees your full satisfaction."; 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 = ''; } }