var fDesc=new Array(); fDesc[0] = "Nobuyuki Forces is an interesting shooting game. Infiltrate into a hideout of the rebel leader Mr. Nobuyuki, shoot down all the guards and defeat him. Press the Space Bar to come out and Left Click to shoot, aiming using the Mouse.

Keep an eye on the number of bullets remaining, at the bottom right corner of the game screen. Left Click on the bullet count shown, to reload. Shoot the health packs, ammo and shield to grab them."; 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 = ''; } }