var fDesc=new Array(); fDesc[0] = "The Prime Minister was abducted by aliens and Laser Dolphin is the only one who can save him. Unfortunately the aliens have taken the Prime Minister light years away, so you will need a spaceship to find him. Once you have acquired this spaceship you will search the galaxy for the Prime Minister.

There are 11 unique sea creatures hunting you down. You will meet Missile Fish, Robo Birds, TNT Turtles, Robo Sharks, and more! Each enemy requires different tactics to defeat. Some enemies require that you carefully evade them, while others are easier to simply obliterate. No matter which opponent you come across, you will always feel safer knowing that you have your trusty laser strapped to your back."; 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 = ''; } }