var fDesc=new Array(); fDesc[0] = "Hidden somewhere in that stack of cargo crates are several Bombs. Your job is to remove all of the empty crates without setting off any of the bombs!

Similar to good ol' Minesweeper, Bomb3D takes the adventure further than ever before and will really test your concentration while also improving your ability to think in 3D.

Featuring awesome 3D graphics, music and sound as well as various levels of difficulty, custom games and a new hint mode, you'll be hooked in minutes.

Run it fullscreen or in a window alongside your other applications. 3D capable display adapter recommended."; 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 = ''; } }