var fDesc=new Array(); fDesc[0] = "Jolly Balls is an entertaining colorful remake of the old classic Lines game. This new version is full of new features. The balls on the field interact with the player while numerous cool bonus features make the playing experience exciting and fun. This one is not simply about moving the balls around the gamefield to form nice orderly lines of 5 or more. It really captures your mind and you simply cannot stop playing. Various difficulty levels make it fun for both newbees and pros. Download this new game and become a wizard of it."; 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 = ''; } }