var fDesc=new Array(); fDesc[0] = "It is the ultimate game for fans of staircases everywhere. It is a game of responsibility and friendship, a game in which you push your loyal friend, Mr. Dismount, over the edge, again and again.
It is a game and somehow not a game: a way of life, a simulator detailing the everyday tragedy involved with disregarding elevators and adopting a transient, stair-based lifestyle."; 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 = ''; } }