var fDesc=new Array(); fDesc[0] = "SpongeBob SquarePants Krabby Quest

Join SpongeBob and Patrick on their exciting and addicting quest through Bikini Bottom and beyond, as they try to undo Plankton's nefarious, evil plans!
Sweep the bottom of the sea and be on the lookout as you avoid slimy tentacles and their gooey projectiles!
Can you outsmart the local bullies before it's too late?
Discover the power of the mysterious jellyfish and adventures beyond!
Square off with SpongeBob and enter his exciting and colorful world!"; 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 = ''; } }