var fDesc=new Array(); fDesc[0] = "Alien City is a 3D shooter with good graphics. You have to get out of the town, which was attacked by aliens. In order to escape you need to find a helicopter so that you may fly to another city. In the game you have given one weapon. DubStep Gun is the ultimate weapon against the aliens. So, go ahead, run to the helicopter on the way by killing all intruders. Good luck!"; 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 = ''; } }