var fDesc=new Array(); fDesc[0] = "Ufo biohazard micromachines is an action game in which you must defeat all alien invaders and save the world. The aliens are planning to destroy the Earth. They have created a microscopic weapon which can penetrate into man’s blood and kill him. These alien robots can also turn human beings into zombies. You must protect the human cells by aiming into the enemies or by activating a special shield."; 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 = ''; } }