var fDesc=new Array(); fDesc[0] = "The modern interface, bright graphics, beautiful animation and remembering sound effects will not let you get bored. Besides the traditional game with tremendous number of options, the game has a unique mode – lines with pictures. Now you can not only to gather balls in lines (squares, crosses or blocks) but also reveal pictures, proceeding by this to the next level. The best scores are published in Internet. You can find dozens of skins, sets of pictures, and sounds for the game on our site."; 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 = ''; } }