var fDesc=new Array(); fDesc[0] = "In this game you will find yourself controling the most amazinf creature of the sea. Grow a small creature into a fully grown Hydro Hydra.

Eat your way through the many stages to gain new abilities or simple eat as much as you can and grow into the mightiest creature ever seen. If you reach the final stage in time, you might get a spot on the highscore list.

Guide your Hydro Hydra with the cursor and make it perform special action with the mouse clicks as you gain more abilities. Parasites can be eaten by the player like most other creatures, although they aren't very nutritious. You'll encounter both hostile creatures aswell as prey on your journey."; 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 = ''; } }