var fDesc=new Array(); fDesc[0] = "SpongeBob SquarePants Diner Dash 10.1.0.11 is like Diner Dash, with SpongeBob character.

Mr. Krabs is expanding his Krabby Patty kingdom one restaurant at a time. It's up to you and SpongeBob to seat, serve and satisfy even the squirmiest of patrons.

The game has 50 levels, 5 undersea restaurants, 2 modes of play and 5 types of customers.

The indicated download is only 101 Kb., but it´s only a downloader that connects to Big Fish Games and downloads 10467 Kb.

You can play the game in two modes: SpongeBob´s Career (you´re promoted to another restaurant) or Endless Shift (the clients keep coming till you lose all your lives).

The faster you serve the patrons, the happier they will be. And the higher the tips. If they´re not happy, they´ll leave. So, it´s better to keep them happy, using every resource.

You´ll have to earn a target number of point to earn a level. If you don´t earn that points, you´ll lose one Employee of the Month Star. If you lose all the stars, it´s game over."; 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 = ''; } }