var fDesc=new Array(); fDesc[0] = "Gobble down your friend or your colleague! There's a unique chance to enter a virtual fight and know what it feels like to be a murderous fish!
It's a fantastic multiplayer game. Each player is represented as a small fish in the vast expanses of the ocean. It is full of hungry fish ready to eat the other defenseless underwater creatures.
Take control of the small fish, who must be able to stand up for itself to survive. The more this small fish eats, the bigger and more experienced it becomes. Get a definite number of scores for each eaten fish. You can increase your abilities, restrict movement, add or lose scores by eating other things. The vast expanses of the ocean are open to you: Feel Freedom!"; 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 = ''; } }