var fDesc=new Array(); fDesc[0] = "MrRobot is a puzzle game where you control Asimov, a lowly service mechanoid aboard the interstellar colony ship Eidolon. Carrying hundreds of frozen human colonists to a new world. When the Eidolon's computer brain malfunctions, it falls to Asimov to undertake a perilous journey through the bowels of the massive ship to save his robot friends and the precious human cargo. The game objectives is to solve puzzles, overcome obstacles, hack hostile networks, evade crazed robots and save the mission."; 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 = ''; } }