var fDesc=new Array(); fDesc[0] = "Steel LIFE is a hidden object game for Windows users. Struggling against a deadly virus, humanity undertakes an insane attempt at rescue. A group of scientists has discovered how to transform humans into mechanical robots, immune to the virus. However, the scientist responsible for the research of reverse transformation went missing under mysterious circumstances, leaving hope of the human race's rebirth behind. You must find the scientist and solve the mystery of humanity's disappearance."; 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 = ''; } }