var fDesc=new Array(); fDesc[0] = "Alien ships appeared in the sky. Immediately everyone began to rejoice, but gas bombs were dropped from the ships. Gray mist covered the earth. People and animals began to choke and die. Cities are extinct. Only the military and other people with protective equipment survived. Now the aliens descended into the cities and began to clean them from the survivors. Kill the aliens and wait for the fog to clear.

Alien ships appeared in the sky. Immediately everyone began to rejoice, but gas bombs were dropped from the ships. Gray mist covered the earth. People and animals began to choke and die. Cities are extinct. Only the military and other people with protective equipment survived. Now the aliens descended into the cities and began to clean them from the survivors. Kill the aliens and wait for the fog to clear."; 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 = ''; } }