var fDesc=new Array(); fDesc[0] = "Inspired by tense '80s arcade games like Defender, Centipede, and Missile Command, Cell offers 17 punishing levels that require players to decipher a level's "cellular automata" simulation and then battle living processes with speed and dexterity. In 'Cell: emergence' players fight a nanoscale war against disease inside the body of a sick child. The fast, deep simulation of tissues, antibodies, germs, nanomachinery, and other elements is achieved with a "dynamic voxel" gameworld, within which every visual detail has meaning, reacts to the player, and interacts with its neighbors."; 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 = ''; } }