var fDesc=new Array(); fDesc[0] = "Turtle Bay is an arcade game that will provide hours of fun for all gamers. It is easy to play, non violent, and fun. The game features a charming turtle in its mission to save the bay where it used to live, from the invaders' attack.
The story behind this game is really thrilling. The turtles lived happily on their island, until one day they were invaded by dangerous octopuses that got there to take over the bay. They caused a lot of destruction, killing almost all the turtles. And one of the few survivors, is back to the bay to take revenge.
The goal of the game is to restore the piece in the bay, by destroying all of the octopuses you meet on your way. To do so you have to guide your turtle with the mouse, the keyboard or joystick, and make it touch the octopuses while they are still in their eggs. It sounds really easy, however, you may meet a great challenge when playing.
The game has nice graphics, very detailed designs with nice music and sound effects to make your experience more complete. Turtle Bay is a fine game, specially recommended to action games lovers."; 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 = ''; } }