var fDesc=new Array(); fDesc[0] = "Kill And Be Saved is our new 3D-shooter with realistic graphics. You must find a way out of the zombie-infested military base. But you can't just jump over the fence as you are recovering from a recent leg injury, so you must find some means of transportation. And if you can't escape, then you will fight to the finish. Enjoy the 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 = ''; } }