var fDesc=new Array(); fDesc[0] = "Napalm Bomber 3D is a remake of Hudson Soft’s classic Bomberman(tm), but with enhanched 3D-graphics using OpenGL. The project started out as a base for a series of tutorials, the I released for the Delphi-OpenGL-Community. But over the time, I added new features and expanded the game, so that it became a full fledged, good looking and fun to play game."; 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 = ''; } }