var fDesc=new Array(); fDesc[0] = "Born To Be Big is a game where you control a small fish that must eat smaller fishes to survive.

As you eat smaller fishes and other things, you grow, and become able to eat bigger fishes, provided they are smaller than you.

You can join your counterparts from all over the world through Internet and beat your best score. If your score is among the Top 10, you can upload it to the game Web site and the players all over the world will be able to see your highscore.

You control the red fish with your mouse. You´ll need to eat as many smaller fishes as you can, and also some green turtles, coins, burgers and other things. Avoid bigger fishes to eat you, or you will lose a life. You will be able to eat them when you grow. To eat a fish you must point your mouth towards him.

If you eat a turtle, every fish will freeze, and you will be able to eat them easily.

When you finish, the program offers to include your score in the highscores table, or see the global highscores at http://www.myplaycity.com/cgi/version.pl?prg=BornBig&show&type=0."; 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 = ''; } }