var fDesc=new Array(); fDesc[0] = "Blaster Disaster is a game for 1 to 6 players on one computer. Three players play on the keyboard, one uses the mouse and up to four players can play with joystick.

A terrorist blows a big hole in a boat. A cop is on his heals but is too late to prevent the explosion. Now they're both down in the sinking ship and jumping up for their lives.

You can use various weapons to hit your opponent, once all your armor is gone, you will get stunned (each time longer). When you hits the bottom of the screen you'll drown in the water. After you drown (which will give your opponent points and will cost you points), you'll be regenerated inside an air bubble. Press fire to release yourself from this button."; 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 = ''; } }