var fDesc=new Array(); fDesc[0] = "SpongeBob Ship O Ghouls is an arcade game for free. SpongeBob is trapped in the Flying Dutchman haunted wreck, and now, horror of horrors, the ship is rising to the surface! If it sees the light of day, our soggy hero will dry out, a truly frightening prospect! Help Sponge Bob to escape from the sunken galleon before to reach the surface. Press the inferior arrow key to get in the pipes. Press alternatively the left and right arrow key to get rid of the skeletons alternatively."; 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 = ''; } }