var fDesc=new Array(); fDesc[0] = "Greedy Worm is an extended classic Worm / Snake / Nibbles style game with amazing graphics visual effect. In the game you navigate a little worm to eat various magic beans in a rippling pond. When the worm eat 5 same color beans in series, it will get the magic power and do some magic thing. There are 5 kinds of magic: Rush Magic, Golden Light Magic, Revive Magic, Rain Magic and Shorten Magic, and each has its magic. For as much as these magic, Greedy Worm has greatly extended the playbility of older Worm / Snake / Nibbles style games. Another remarkable point is the water effect. The water rippled as the worm moves around, the bean falls or raining. It is so vivid as if your screen is really filled with water. There is no doubt that Greedy Worm will give you fresh gaming experience."; 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 = ''; } }