var fDesc=new Array(); fDesc[0] = "Chapter 2: Reconstruction is the second episode of the The Fall Trilogy, the series of mouse driven adventure/puzzle games by Kheops Studio.
Your memory came back slowly, you were expecting to join your family but a new fall makes you pass out again. You wake up this time in the basement of an empty building where a stranger gives you the details of a mission by phone. Is this message intended to you? Will the success of this mission bring you closer to your family? Use your skills again and find new clues about your past!"; 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 = ''; } }