var fDesc=new Array(); fDesc[0] = "In a scary future, thousands of bionic soldiers continuously kill each other. Become one of them and kill the rest! Bionic Soldier is a top-down shooter similar to Fallout, but in real time and with a smaller component of the role-playing aspect and a larger number of kills. The story is awesome and it gives you a good reason to shoot at any ugly thing that moves. Hundreds of monsters in a post-apocalyptic landscape, all set to rock music. Can you dig it?"; 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 = ''; } }