var fDesc=new Array(); fDesc[0] = "TerrorStrike is the ultimate 3D Shooter with nice graphics. The action takes place in the near future. The main goal of the game is to seek out and eliminate a single terrorist. But his devout followers will guard him, and are always ready to tear you to pieces. Some of them are mutated zombies. A large selection of weapons, if used skillfully, will allow you to wipe them all out."; 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 = ''; } }