var fDesc=new Array(); fDesc[0] = "An ancient puzzle is now on PC as well! Sure, you will like the interface of the game. A built-in score table allows you to play individually or compete with your friends. Interesting sound effects will enhance satisfaction from the game and help to relax better. Plain intuitive rules also help to relax. Play and enjoy yourself!"; 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 = ''; } }