var fDesc=new Array(); fDesc[0] = "A nice FPS, search documents, kill bad guys and try to survive

In fact this game was meant as a 3D remake of the old platformer Elevator Action.
Ransack the whole office block for secret documents. When you collected all 4 documents go to the exit and that's it. But of course there are a bunch of terrorists that want to kill you. Luckily you have unlimited ammo. Don't try to kill ALL bad guys, because that's impossible. Each time you kill bandit, there comes another one from the office. Once you are in an office, you are safe."; 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 = ''; } }